/history

Practical and flexibel History API example

Primary LanguageJavaScript

Practical and flexibel HTML5 History API example

How to: Setup development environment

  1. Make sure the following is installed on your machine:

  2. Run this command to install the global dependencies:

    npm install -g gulp
    
  3. Run these commands to install the project-specific dependencies:

    npm install
    
  4. Done! You can now start your development server.

How to: Start the development server

gulp dev

Then point your browser to http://localhost:8000/templates/page-1.html

Demo