Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 561 Bytes

React Dynamic CRUD Demo

Based heavily on the headless netlify-cms

Client Side Tech

  • React
  • React Router

Server Side Tech

  • MariaDB
  • Express
  • Knex

Setup

  • Clone
  • Setup MariaDB locally
  • Rename .env.sample in /server to .env and populate with database connection details
  • Execute yarn install followed by npm start to run the server on localhost:8080
  • Execute yarn install followed by npm start in the /client folder to start the client on localhost:3000
  • View on the web!