An open API service indexing awesome lists of open source software.

https://github.com/darkpurple141/nodeboard

Full stack attempt at dealing with a boardgame's requirements.
https://github.com/darkpurple141/nodeboard

board-game handlebars javascript nodejs

Last synced: 3 months ago
JSON representation

Full stack attempt at dealing with a boardgame's requirements.

Awesome Lists containing this project

README

        

NodeBoard
========

[![Inline docs](http://inch-ci.org/github/DarkPurple141/nodeboard.svg?branch=master)](http://inch-ci.org/github/DarkPurple141/nodeboard)
[![Build Status](https://travis-ci.org/DarkPurple141/nodeboard.svg?branch=master)](https://travis-ci.org/DarkPurple141/nodeboard)

Nodeboard is MEVN (Mongo, Express, Vue, Node) stack project that is designed to
support and host the play (and development) of multiplayer boardgames. The application
is still under construction and is entirely a labour of love.

If you'd like to help, get in touch!

```bash
# To host and run locally:
npm run dev

# To build for production:
npm run build

# To start the production server
npm start

# To run test suite
npm test
```