https://github.com/rvpanoz/rxapp
https://github.com/rvpanoz/rxapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rvpanoz/rxapp
- Owner: rvpanoz
- Created: 2018-09-13T18:53:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T18:35:52.000Z (over 6 years ago)
- Last Synced: 2025-01-17T02:11:35.277Z (3 months ago)
- Language: JavaScript
- Size: 1.67 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todos
install application dependencies:
`npm i`run the app:
`npm run start`start the express http server:
`node server.js`navigate to ``localhost:8080`` to preview the app.