Webpack 4 · Sass · PostCSS · jQuery 3.5.1 · Babel
Clone this repo:
git clone https://github.com/victornns/static-site-boilerplate.git
Navigate to the project folder:
cd static-site-boilerplate
Install all packages and dependencies required for this project:
npm install
Start the development environment:
npm start
Navigate to localhost:3000
in the browser
Building files for deploy:
npm run build
Enjoy!
Note: Use a node version <= 12
-
Webpack 4
-
ES6 support
-
Sass support
-
IE11 browser support
-
Hot Module Reload
-
You can change configs in webpack.config.js