- Run -
npm run clean
- Run -
npm install
- Run -
npm start
In the project directory, you can run:
Clean any node_modules present in packages/*
Set npm config legacy-peer-deps true and install dependecies from packages/*
start the node server and web application. Development mode: runs web application accessible on port 3000 (http://localhost:3000/graph-list)
runs node api accessible on port 9000
Note: this project is working on lerna, make sure that you have lerna installed. otherwise use this command: npm i -D lerna
- Navigate to /packages/api
- run
npm install
- run
npm start
- Navaigate to /packages/web
- run
npm install
- run
npm start