Boileplate for building small projects with JS and Sass.
- Browsersync: Local server with HMR
- Imagemin: Image minifying with Imagemin
- EditorConfig и Prettier: Code formatting on commit
All development takes place in the src
directory.
fonts
img
js
scss
npm install
To make the pre-commit hook work, you need to run npm install
when the project is already initialized as a Git repository.
If the project is initialized as a repository later, you need to additionally execute npm run prepare
.
npm start
npm run build
Dmitrii Sviridov
Telegram: slamach
Email: sviridov.dvv@gmail.com