- Install
node
andnpm install gulp -g
npm install
npm run gulp
to start dev env servernpm run build
to start a server with production env (compressed and minfied)npm run how_fast
to get pageSpeedInsights from your deployed site in your console (better run after deploy)
npm run deploy
will pass automatically the--production
flag
- Add linters (JS, SCSS);
- Review Gulp file
- Create Promo landing page for kit
- Adapt kit to other Whitesmith™ prefered platforms (React, Rails)