- Node
- npm
- gh-pages
npm install gh-pages --save-dev
- Navigate to
(root)/jacksoncook - Run
npm start - Updates will be reflected live at localhost:3000
- Run
npm run deploy -- -m "<MESSAGE>"
- Development code will be on the
mainbranch - Deployed code is on the
gh-pagesbranch