Skip to content

timwis/choo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choo-starter

A basic starter app for playing around with choo on glitch. 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. Install dependencies by navigating to the directory in your terminal and running npm install. Then run the application using npm start.

About

A basic starter app for playing around with choo on glitch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published