Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 469 Bytes

StarWar_Client

Web based client and koa2 server of StarWar project.

Usage

Before we get started, you should install the dependencies of this project using the following command:

npm install

Then, you can start the server using the following command:

node bin/index.js {listenPort} {apiServerURL}

listenPort is the port your server will be listening at, and apiServerURL is the url of your api server, e.g. http://localhost:3001.