https://github.com/timwis/choo-starter
A basic starter app for playing around with choo on glitch.
https://github.com/timwis/choo-starter
Last synced: 3 months ago
JSON representation
A basic starter app for playing around with choo on glitch.
- Host: GitHub
- URL: https://github.com/timwis/choo-starter
- Owner: timwis
- Created: 2017-08-16T10:59:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T11:30:14.000Z (almost 9 years ago)
- Last Synced: 2025-03-20T05:43:15.293Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# choo-starter
A basic starter app for playing around with [choo](https://choo.io) on [glitch](https://glitch.com). Click the `Show (Live)` button in the header to see this app live.
## Files
- `index.js` The entry point for the application; where the code lives.
- `index.html` The HTML file used to serve the application
- `package.json` The configuration file listing the npm packages this application depends on and the command line `start` script used by glitch to run this application.
## Running locally
If you prefer to use your own editor, you can clone [this project from GitHub](https://github.com/timwis/choo-starter-app).
Install dependencies by navigating to the directory in your terminal and running `npm install`.
Then run the application using `npm start`.