- Install the dependencies and devDependencies by running:
npm install
- Start the server by running:
npm start
- Visit localhost:3000 / respective port on which your server is running.
Local: http://localhost:3000
On Your Network: http://192.168.29.206:3000
- There is a mock server running for "development" environment using miragejs. If you want to your own server, make sure you are commenting/removing code involving the mock server instace creation step.