A small project starter kit.
- NPM scripts
- Module bundling with Parcel
- Image optimisation (via Parcel’s imagemin plugin)
- SVG icon sprite creation (via Parcel’s svg-sprite)
- Node Sass
npm install
or
yarn install
npm start
or
yarn start
Opens in the browser on http://localhost:3000.
npm run build
or
yarn run build
ℹ️ Image minification only runs on build
.