Skip to content

Instantly share code, notes, and snippets.

@jason-jbell
jason-jbell / fullstack_setup.md
Created September 1, 2021 23:04 — forked from ericpkatz/fullstack_setup.md
Minimal setup for full stack node app using Sequelize / pg and React

package.json

{
  "name": "full-stack-demo",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "webpack",