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.
- Host: GitHub
- URL: https://github.com/darkpurple141/nodeboard
- Owner: DarkPurple141
- Created: 2017-09-02T07:58:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T11:59:42.000Z (over 7 years ago)
- Last Synced: 2025-01-18T05:08:46.812Z (4 months ago)
- Topics: board-game, handlebars, javascript, nodejs
- Language: JavaScript
- Size: 9.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NodeBoard
========[](http://inch-ci.org/github/DarkPurple141/nodeboard)
[](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
```