It's a front-end template using babel/pug/scss/webpack
Prerequisites:
Modules version:
node v18
Installation process:
- Clone this repository
- Run
npm install
to install dependencies
Svg sprites:
Use folder src/sprites/ to build svg-sprites
JSON:
Add to the webpack config JSON files from the folder src/views/data/ to use json in your project.
For project development with livereload run:
npm run dev
To build project run: (Result will be in dist/
folder.)
npm run build