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

https://github.com/michaeltelford/turbolinks_example

Example Turbolinks and Parcel JS app that's lightening fast!
https://github.com/michaeltelford/turbolinks_example

parceljs tubolinks

Last synced: 3 months ago
JSON representation

Example Turbolinks and Parcel JS app that's lightening fast!

Awesome Lists containing this project

README

          

# Turbolinks Example

A [Turbolinks](https://github.com/turbolinks/turbolinks) web app built using [Parcel](https://parceljs.org/). It's lightening fast!!!

## Usage

First install dependencies:

$ npm install

Run the app locally with:

$ npm start

Then browse to: [`http://localhost:1234`](http://localhost:1234)

Open the browser's dev tools and you should see a console log showing Turbolinks has loaded. Then open the network timings pane, navigate between the pages and bask in awe at the sheer speed.

Turbolinks gives you the SPA effect without the complexity of an SPA. Enough said.

## Credits

Made with [createapp.dev](https://createapp.dev/)