CSS/JS Challenges for Canarias JSDay 2018
git clone https://github.com/ManzDev/starworkshop-jsday
cd starworkshop-jsday
rm -rf .git
npm install
…or simply fork, clone and npm install
!
Command | Description |
---|---|
npm run dev |
Delete dist folder and open a development web. |
npm run build |
Delete build folder and create production web. |
npm run deploy |
Deploy build folder on gh-pages branch (site). Don’t forget commit and push build folder! |
URL Slides: https://speakerdeck.com/manz/star-workshop-css-jsday-canarias-2018