npm install
npm run dev to bundle and run server on nodemon
Server ran on /server/index
Routes are found under /routes, index runs the singlePage react html Api, db requests to be done at /routes/api.js
Sequelize DB in /db/index Add new Models to /db/models directory
Frontend managed on /src Add styles to styles.scss, Add components to /src/components and render them inside Main component