NodeJS Web Server
This package brings ability to deploy webapps a lot easier. Just copy configuration.example.js to configuration.js
, modify it to your needs and start server instantly. Configuration also supported in configuration.json
format.
Dependencies to run
- NodeJS
- Yarn
- For Windows usage
-
Windows build tools
From an administrator console:
npm install --global --production windows-build-tools
Usage
Please enter in a console/terminal:
yarn install
yarn start
Build
TODO: Set up tests for build