https://github.com/davemo/thi-challenge-prototype
A prototype for the THI challenge mobile webapp
https://github.com/davemo/thi-challenge-prototype
Last synced: 8 months ago
JSON representation
A prototype for the THI challenge mobile webapp
- Host: GitHub
- URL: https://github.com/davemo/thi-challenge-prototype
- Owner: davemo
- Created: 2012-08-29T22:30:42.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T02:20:26.000Z (over 4 years ago)
- Last Synced: 2025-04-04T12:07:56.885Z (about 1 year ago)
- Language: JavaScript
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running the "App" with Lineman
* `npm install`
* `npm start`
## Running Specs
* `npm test`
## Bundling Resources for Production
* `npm run build`