Very basic boilerplate, with a dev server and a build-config to build project into a Jamstack App.
Notable packages used by this Project:
- node and npm
- webpack
- sass
- postcss
- eslint
Features worth noting:
- gzip and brotli compression
(May add more stuff later)
To run this locally:
- Clone project
git clone https://github.com/ZipJo/webpack-sass-boilerplate.git .
orgit clone [email protected]:ZipJo/webpack-sass-boilerplate.git
- Install all dependencies using
npm install
(may work with yarn too, didn't test) - Start the development server using
npm run start
- Open up http://localhost:3000
- Happy Hacking!