https://github.com/zhangchiqing/monbattle
https://github.com/zhangchiqing/monbattle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhangchiqing/monbattle
- Owner: zhangchiqing
- License: apache-2.0
- Created: 2014-08-17T20:16:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T22:01:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-09T11:12:16.579Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Monster Battle
==========================## Install
### Prerequisites
- Node.js - Download and Install Node.js with [NVM](https://github.com/creationix/nvm) (Node Version Manager) - Simple bash script to manage multiple active node.js versions.
```
brew install mongodb
npm install -g grunt
```**NOTE:**
After installing Node.js and MongoDB server has running, then its time to running your server.```
$ git clone [email protected]:zhangchiqing/MonBattle.git
$ cd MonBattle
$ npm install
$ mongodb
$ grunt
```Then visit [http://localhost:3001/](http://localhost:3001/)
### Directory structure
```
-app/
|__config/
|__controllers/
|__helper
|__models/
|__mailer/
|__views/
|__routes-public/
|__css (all files will generate from Grunt)
|__js
|__less
|__fonts
|__img
favicon.ico
-Grunfile.coffee
```