Awiedenman / WinterBells-0318

MIT License
0 stars 1 forks source link

Game Time Starter Kit

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

To build the static files:

npm run build

To run tests in Node:

npm test