Terminal for communicating with nodes through citysys-flowserver
| doc | ||
| public | ||
| src | ||
| .gitignore | ||
| jsconfig.json | ||
| package.json | ||
| README.md | ||
This is a terminal for citysys project.
Download the project. Install it with npm install.
Start the project: npm start
View the project in browser: http://localhost:3000
Run tests: npm test
Build project: npm run build