The purpose for this repository is to serve as a base project for your next Node and Express web app. Clone it and you are ready to go.
It will provide you with a simple but solid structure on which to build on. We will do our best to keep it up to date with the latest node and express versions.
$ git clone https://github.com/CyberGX/CyberSpeed
$ cd CyberSpeed/
$ npm install
$ npm run init
$ npm start