Java Script Boilerplate allows you to start new web project from scratch using vanilla javascript.
Use these steps to install project
- npm i
- npm run dev
- Uses webpack 4 to build your project.
- Uses Babel to compile ES7 javascript.
- Allows you to use Pug templates in your applications.
- You can use SASS\SCSS within this boilerplate.
- Check your code with ESLint.
- Contains libraries: bootstrap, jQuery.
- dev - start dev server
- watch - watch file changes with webpack
- watch:win - watch script for Windows OS
- sass - compile sass styles
- build - build app
- build:win - same for Windows OS
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Vlad Morzhanov
Copyright (c) 2018 Vlad Morzhanov. You can review license in the LICENSE file.