Based heavily on the headless netlify-cms
- React
- React Router
- MariaDB
- Express
- Knex
- Clone
- Setup MariaDB locally
- Rename
.env.sample
in/server
to.env
and populate with database connection details - Execute
yarn install
followed bynpm start
to run the server onlocalhost:8080
- Execute
yarn install
followed bynpm start
in the/client
folder to start the client onlocalhost:3000
- View on the web!