For personal use.
Always remember to yarn install
.
To develop, yarn start
and open in your browser http://localhost:3000
.
To deploy...
- .. AWS - do
yarn run build
and upload thedist.zip
to your hosting. - .. Github Pages - do
yarn run build; git co gh-pages; mv dist/* .; git add .; git commit -m 'Automatic update'; git push; git co master;
All Rights Reserved.