- Gruppi (3) - lista degli utenti del gruppo

This commit is contained in:
paoloar77
2022-02-09 00:06:33 +01:00
parent 8ed9bd941f
commit d05af4ce58
3 changed files with 26 additions and 23 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Freeplanet_serverside
A Node JS
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
node src/server/server.js
```
### Build the test ambient
```bash
./deploynodejs_on_test.js
```
### Build the production
```bash
./deploynodejs_on_production.js
```