- Go to the frontend folder
cd frontend
- Install dependencies
npm i
- Make a copy of the
.env.sample
and name it as.env
and.env.development
, and change theAPI_URL
to your IP address indicated fromnpm start
- Run app
- Development mode:
npm start
- Production mode:
npm run start:prod
- Development mode (refresh env variables and clears cache):
npm run start:rc
- Development mode:
Based on project template from https://github.com/maliksahil/expressjs-typescript Copyright (c) 2019 Sahil Malik. Licensed under MIT.
- Ensure you have node and yarn installed
- In the 'server' folder, make a copy of the
.env.sample
and name it as.env
- Install dependencies
$ yarn install
- Start application
$ yarn start