This project is built on the node edition of patternlab. Additional setup includes SASS integration, webpack bundling, unit tests, continous integration with circle CI and automated deployments to firebase.
- gulp task for production build which will optimise assets
- images optimisation
- update gulp and webpack to use ES6 syntax.
- npm install - to get project dependencies
- npm start - to generate a local build and watch for changes
- npm run build - to generate a local build
- npm run test - to run unit tests and watch for changes
- npm run test:single-run - run unit tests once only
- npm run publish - generates a dist folder with all files required to install the repo as a npm dependency