Install all necessary packages.
npm install .
Run web app on local machine (localhost:3000
)
npm run start
For full functionality, clone and run backend server locally.
Install all necessary packages.
npm install .
Run web app on local machine (localhost:3000
)
npm run start
For full functionality, clone and run backend server locally.