/modern-full-stack-js

modern full-stack javascript POC

Primary LanguageJavaScriptMIT LicenseMIT

mfs.js

Modern full-stack javascript

the stack

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.

Setup

  1. Clone
  2. Start the db:
    npm run db:up
  3. Add data to the db (only need to do this once):
    npm run db:migrate
  4. Run the stack:
    npm run dev