Thanks to visit codestin.com
Credit goes to github.com

Skip to content

danielmorosan/single-page-prototypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Page Prototypes

A simple bootstrap for single page prototypes.

To get started, download the latest zip file from GitHub and copy the contents to where you'd like to work.

Once you've got things copied over, run the following:

bundle install

Don't have bundler installed? Run gem install bundler from Terminal to get it set up.

To run your single page prototype locally, run bundle exec thin start. That will fire up a local copy of a web server that can be accessed at http://localhost:3000.

Any requests to URLs that don't point to content in the public/ folder will instead return index.html. That makes it very simple to work with the HTML5 History API with your prototypes.

About

Single page bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published