turbolinks
Turbolinks makes navigating your web application faster
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- question.md
- launch.json
- tasks.json
- additional_assets.html
- async_script.html
- async_script_2.html
- body_script.html
- eval_false_script.html
- head_script.html
- navigation.html
- one.html
- permanent_element.html
- rendering.html
- svg
- test.js
- tracked_asset_change.html
- turbolinks.js
- turbolinks.js.map
- visit.html
- visit_control_reload.html
- browser_test_case.ts
- intern_test_case.ts
- remote_channel.ts
- turbolinks_test_case.ts
- async_script_tests.ts
- index.ts
- navigation_tests.ts
- rendering_tests.ts
- visit_tests.ts
- adapter.ts
- browser_adapter.ts
- controller.ts
- error_renderer.ts
- globals.d.ts
- head_details.ts
- history.ts
- http_request.ts
- index.ts
- location.ts
- namespace.ts
- progress_bar.ts
- renderer.ts
- script_warning.ts
- scroll_manager.ts
- snapshot.ts
- snapshot_cache.ts
- snapshot_renderer.ts
- types.ts
- util.ts
- view.ts
- visit.ts
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- CONDUCT.md
- intern.json
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/turbolinks/turbolinks
Downloads the entire project code from GitHub to your computer.
cd turbolinks
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ yarn install
Downloads and installs the libraries listed in package.json.
$ yarn build
Builds optimized production files.
$ yarn test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
