- Install VS Code.
- Install NodeJS with latest version.
- Install yarn.
- Install CouchDB.
Steps to start app.
- Open project in VS Code.
- Press
ctr+shift+c. (It will open cmd prompt) - Write command yarn install and press
Enter - Go to packeges/api then write command yarn start
- Press
ctr+shift+cto open another cmd prompt. - Go to packeges/ui then write command yarn start
- Keep both cmd run all the time.
- Go to browser and enter url http://localhost:8081
- Whatever changes done in VS Code in
uifolder will take immediate reflection on browser. - To reflect changes in
apifolder need to restart. (Hint: Do 4th step again)