1214bcfbfc439884f584f6f22e697e27293216f5
Added msg Server error in every pages Nuovo Gruppo non funziona. Corretto altre funzioni del Gruppo Errore del server" Network Error", fare pagina test con altri host per vedere se da lo stesso msg, con IP
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
Description
Languages
JavaScript
98.1%
Pug
1.3%
Shell
0.3%
SCSS
0.2%
CSS
0.1%