An open API service indexing awesome lists of open source software.

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.

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`.