38 group project
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
- Node.js: http
- Static file serving
- Clone
$ git clone https://github.com/front-end-by-rimantas/38-grupe-server
- Install
npm i
- Run (read ⤵)
In dev
mode:
node ./index.js
NODE_ENV=dev node ./index.js
NODE_ENV=test node ./index.js
NODE_ENV=pomidoras node ./index.js
In a specific (pre-defined) prod
mode:
NODE_ENV=prod node ./index.js
Rimantas: Github