Project directory.
If not already installed, install node.js and git.
Navigate to the directory that will hold the project in your respective command-line and enter the following:
$ git clone https://github.com/jr-chuang/red-team.git
Navigate into the newly created directory:
$ cd red-team
Install build dependencies with the following:
$ npm install
Build the project with the following command:
$ npm run build
Build the project (for production) with the following command:
$ npm run buildp
Host the build to a local server (http://localhost:8080/
) with the following command:
$ npm run server