Run:
yarn
This will install all packages and get it ready to start.
To bring up locally run:
yarn start
This will start the backend, run webpack, and handle request proxying for the front end.
Navigate to localhost:3000 to see the frontend running!
navigate to /frontend
in your editor
, all of the code lives in the src/
folder.
navigate to /backend
in your editor
, all of the code lives in the src/
folder.
if using vs code, follow this to get the dev env juuuuuust right.
head to the RUN
tab (the play button w/ a bug) and select debug
and hit play. this will auto attach the node debugger in vsc to the backend for you.
- add ci/cd using travis, circleCI, etc...
- containerize the application
- add deployments using heroku, digital ocean, etc...
- add integration tests using puppeteer, webdriver, playwright, etc...