https://github.com/launchscout/things
Making Things client side repo
https://github.com/launchscout/things
Last synced: 7 months ago
JSON representation
Making Things client side repo
- Host: GitHub
- URL: https://github.com/launchscout/things
- Owner: launchscout
- Created: 2015-12-10T02:36:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T20:51:06.000Z (over 10 years ago)
- Last Synced: 2024-04-13T07:11:07.682Z (over 2 years ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Things
This is the client side repo for a small proof of concept app with an angular2
front end and a phoenix backend. You'll need to have the [server](http://github.com/gaslight/thing_server) side app up
and running on port 4000 or else chage app/app.ts accordingly.
To get the client side up and running:
```
npm install -g jspm
npm install -g live-server
jspm install
npm install
live-server
```