Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 676 Bytes

File metadata and controls

29 lines (20 loc) · 676 Bytes

CyberSpeed is your starting point for your next great web app

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.

Installation

$ git clone https://github.com/CyberGX/CyberSpeed

$ cd CyberSpeed/

eInstall Packages

$ npm install

Initial Configure

$ npm run init

Start Server

$ npm start