ee950c02e94a0476583e7df6183ae016c3312172
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%