http://project-myrpgonline.herokuapp.com/
- UI https://material.angularjs.org/latest/demo/autocomplete
- CORE https://docs.angularjs.org/tutorial/step_01
- SERVER http://expressjs.com/guide/routing.html
- DATA TODO
- Install (first time):
npm install
- Run:
brunch watch --server(client)npm start(server)
- Test:
- open your browser at http://localhost:3333/
- open your REST client at http://localhost:5000/api
- Learn:
- go see Wiki