Skip to content

reagent/js-client-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-Side Framework Bootstrap

This is just a simple structure to make it easy to use various client-side frameworks against an existing API.

Setup

Fork this repository to your own account, and then clone it. Once you have a local copy, run the local helper script to make sure everything is up-to-date:

$ ./bin/setup

Once that's complete, you can use the serve script to have the local server point to the right root directory. You can use (or add) a subdirectory under frameworks and then provide that value to the script:

$ ./bin/serve backbone
Starting server with '/tmp/js-client-apps/frameworks/backbone' as the root path
>> Thin web server (v1.5.0 codename Knife)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:9292, CTRL+C to stop

About

Client application template for working with JS Framework API server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.0%
  • JavaScript 31.6%
  • Shell 0.4%