NodeJS v0.8.x is required
npm install
Run the following command at root of project
grunt
grunt stage
grunt prod
these 3 commands will compile all the project and leave the compiled files /dist
Only for Develop Enviroment
To set a watcher, so you wont need to be running grunt
every time a change is made, run:
grunt w
So, everytime a file is saved inside /game
it will run the compilation again
- windows: Create a shortcut with target:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="C:/temp-chrome-eng" --app="file:///[PATH]\client\dist\index.html"