Terminal for communicating with nodes through citysys-flowserver
Find a file
2024-04-15 19:28:54 +02:00
doc Initial commit 2024-04-15 19:28:54 +02:00
public Initial commit 2024-04-15 19:28:54 +02:00
src Initial commit 2024-04-15 19:28:54 +02:00
.gitignore Initial commit 2024-04-15 19:28:54 +02:00
jsconfig.json Initial commit 2024-04-15 19:28:54 +02:00
package.json Initial commit 2024-04-15 19:28:54 +02:00
README.md Initial commit 2024-04-15 19:28:54 +02:00

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