# install dependencies
npm install
# run project locally
npm run start-dev
npm run build-prod
git add -A
git commit -m "My awesome commit"
git push origin master
npm run deploy
MIT
# install dependencies
npm install
# run project locally
npm run start-dev
npm run build-prod
git add -A
git commit -m "My awesome commit"
git push origin master
npm run deploy
MIT