Web based client and koa2 server of StarWar project.
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.