Aim of this project is creating place to play Hex board game online.
- Initial project setup
- Create account
- Login
- Create game challenge
- Accept challenge
- Play move
- Decide winner
- npm
- bundler
- create hex-api postgresql users
bundle install
rake db:migrate
npm install
node_modules/bower/bin/bower install
To build development version (without JS minimization):
grunt build-dev
To build production version (with JS minimization):
grunt build
Grunt watch task will watch all source files changes and run build-dev:
grunt watch
Built source can be found in /public folder.
rails s