-
Notifications
You must be signed in to change notification settings - Fork 1
Akshay Gupta edited this page Feb 28, 2020
·
6 revisions
Runs by default at http://localhost:3000
Please use node 10+
npm start
- Go to
/ui
folder usingcd ui
- Ensure you have
node
andnpm
installed usingnode --version
andnpm --version
- Run
npm install
to install dependencies - Run
npm start
to start the server on port3000