Full-stack Kevins Catering Ecommerce Website using the MERN-stack (MongoDB, Express.js, React.js, Node.js)
Created by following tutorial: https://github.com/basir/mern-amazona#mern-amazona
Tutorial edited to fit Kevin's Catering
a) install
- download code as zip
- unzip folder
- inside project in terminal: npm build
- npm install nodemon
b) run
- in terminal: npm start (start backend)
- cd frontend
- npm start (start frontend)