https://github.com/ericdouglas/mean-blackjack
MEAN Blackjack
https://github.com/ericdouglas/mean-blackjack
Last synced: about 1 year ago
JSON representation
MEAN Blackjack
- Host: GitHub
- URL: https://github.com/ericdouglas/mean-blackjack
- Owner: ericdouglas
- Created: 2015-04-09T12:04:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T12:55:21.000Z (over 10 years ago)
- Last Synced: 2025-03-13T00:46:03.688Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 920 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ♠ mean-blackjack ♠
## How to Install & Run
1. Clone the project `git clone git@github.com:ericdouglas/mean-blackjack.git`
1. Go to the root folder `cd mean-blackjack`
1. Run `npm install` on the terminal
1. Run `bower install` on the terminal
## Run the server
Start the server `node server.js` or `nodemon server.js`
The application will be available at `http://localhost:3000/`
## Run the tests
```
npm test
```
## License
[MIT License](http://ericdouglas.mit-license.org/) © Eric Douglas