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!
- Host: GitHub
- URL: https://github.com/michaeltelford/turbolinks_example
- Owner: michaeltelford
- Created: 2020-07-23T17:32:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:16:56.000Z (over 3 years ago)
- Last Synced: 2025-10-05T00:40:45.091Z (9 months ago)
- Topics: parceljs, tubolinks
- Language: HTML
- Homepage:
- Size: 851 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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/)