https://github.com/eggheadio/egghead-board-game-store
https://github.com/eggheadio/egghead-board-game-store
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggheadio/egghead-board-game-store
- Owner: eggheadio
- Created: 2014-07-29T20:36:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T07:37:48.000Z (over 11 years ago)
- Last Synced: 2024-04-14T10:50:50.815Z (about 2 years ago)
- Language: JavaScript
- Size: 148 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Runs a "Board Game" server with a SQLite database and board game images.
The angular "app" is a minimal example of requesting the data.
Requirements: NodeJS - http://nodejs.org/
```
1. 'npm install' to install packages
2. 'gulp' to get the server running
```
During the workshop, we'll start from scratch and refactor as we go along, but we included the "src" and "dist" folders as a reference for some techniques.
```
optional: 'gulp watch' will watch the 'src' and build into a 'dist' directory
```