dev notes

This commit is contained in:
2017-03-20 13:32:32 +01:00
부모 345a465f0e
커밋 e865172301

파일 보기

@@ -7,4 +7,12 @@ beerpong tournament at a scoutparty
This thing is based on Express with handlebars, socketio, bootstrap and some other fun
Install it with `npm install`
Run it with `npm start`
Develop on it with `npm run mon`
This app is intended to be simple, the initial loaing of the state is done using the handlebar templates, after that actions and state changes are performed using websocket requests, no forther reloads are required as long as you are not changing between the main 2 views.