Modern full-stack javascript
This repo serves a POC of my talk on modern full-stack javascript.
The site is live at https://pizza.codyfactory.eu
Checkout the accompanying slides from my presentation at ReactSummit 2022 in Amsterdam.
- Clone
- Start the db:
npm run db:up
- Add data to the db (only need to do this once):
npm run db:migrate
- Run the stack:
npm run dev