#Warlords Online
Running live at Warlords 1602
To install the dependencies:
npm install
To fire up a development server:
npm start
Once the server is running, you can visit:
http://localhost:3000to run your application.
To build the static files:
npm run buildTo run tests in Node:
npm test