Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 204 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 204 Bytes

React Demo

Simple app using React, React Router, webpack. Display a React form and other components.

Instructions

  • npm install
  • run postgres database.
  • createdb my_db
  • npm run start:dev