- Node v10+
- cloned repository
after cloning the repo:
# install packages
$ npm i
# to run server
$ npm run json-server
# to run dev
# head over to http://0.0.0.0:8020
$ npm run dev
####Fake backend deployed for this project at https://magora-react-university-api.herokuapp.com ####This code deployed on https://magora-react-university.herokuapp.com/
after cloning the repo:
install dependencies
npm i --production
to run prod client and server
head over to http://0.0.0.0:8021
$ npm run build
$ npm start