Running the project
Dependencies
Technology
Getting and running the code
- Install locally loot.
- Clone it somewhere
- Run
npm install
- Run
npm start
to start the API server in port 7001
- Install locally loot-ui
- Clone it somewhere
- Run
npm install
- Run
npm start
to start the UI server in port 7002
Generating docs
Inside the loot-ui
repository:
npm run docs:build
to build the docs in_docs
open _docs/index.html