Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 483 Bytes

File metadata and controls

35 lines (22 loc) · 483 Bytes

#JSON-Server

This code is used by the fake backend for the project https://magora-react-university.herokuapp.com/

This code deployment on https://magora-react-university-api

Run the application locally

Dependencies

  • Node v10+
  • cloned repository

Running dev

after cloning the repo:

# install packages
$ npm i

# to run server
$ npm start

Running prod

after cloning the repo:

install dependencies
npm i --production
npm start