Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandu0101/sri-relay-web-template
https://github.com/chandu0101/sri-relay-web-template
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chandu0101/sri-relay-web-template
- Owner: chandu0101
- Created: 2015-10-03T10:34:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T05:44:34.000Z (about 9 years ago)
- Last Synced: 2024-10-15T08:45:33.403Z (2 months ago)
- Language: Scala
- Size: 184 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sri-relay-web-template
## How to run
```
sbt ~fullOptJS
// open new terminal
npm install
// go to sri-relay-web-template/node_modules/react-relay/dist/relay.js line number : 16572 change rootCallArg to [rootCallArg]
npm start
// open http://localhost:8099/ in browser
```
## Known Issues
when new todo added server updating but client not updating automatically ,refresh the browser to see changes