Skip to content

Latest commit

 

History

History
executable file
·
27 lines (22 loc) · 849 Bytes

README.md

File metadata and controls

executable file
·
27 lines (22 loc) · 849 Bytes

robinwkurtz_playground: a Universal React Boilerplate w/ :sparkles:

Running Things...

Development:

  • npm istall
  • npm run dev

Production:

  • npm run prod:build-server
  • npm run prod:build-client
  • npm run prod:run-server or npm start: node start-server.js

TODO...

  • Add project feed
  • Add contact form
  • Add in proper with og/meta/seo tags
  • Add Google Analytics, possibly GTM
  • Add page transitions
  • Connect Menus so that one closes the other if already open
  • Add in colour palette for personal selection!
  • Look into removing hard-coded API path
  • Close off wordpress API
  • Build out 'clean' branch
  • Have fun!