- Gruppi (3) - lista degli utenti del gruppo
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user