Files
freeplanet_serverside/README.md
paoloar77 50c3018baa Campo Citta di Nascita (nel profilo nuova maniera), manca ancora da sistemare l'edit
Se seleziono la Provincia , mi deve comparire la lista dei comuni
2022-02-21 13:12:27 +01:00

741 B

Freeplanet_serverside

  • Node JS (ver. 16.14.0 or up)

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

node src/server/server.js

Creating the ambient test

Create your .env.test file copying from .env.development

cp .env.development .env.test

And modifying the file with your configuration

Build the ambient test

./deploynodejs_on_test.js

Creating the ambient Production

Create your .env.production file copying from .env.development

cp .env.development .env.production

And modifying the file with your configuration

Build the production

./deploynodejs_on_production.js