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

https://github.com/ericdouglas/mean-blackjack

MEAN Blackjack
https://github.com/ericdouglas/mean-blackjack

Last synced: about 1 year ago
JSON representation

MEAN Blackjack

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