taunus
:car: Micro Isomorphic MVC. Progressive Enhancement. Content-First. Single-Page Applications (that are also server-side rendered). Predictive Caching. Bring Your Own View Engine.
File Explorer
Download Latest Version (.zip)- taunus
- document.js
- history.js
- location.js
- idb.js
- raw.js
- underlying_idb.js
- activator.js
- bundle.js
- cache.js
- caching.js
- clone.js
- componentCache.js
- debug.js
- deferral.js
- emitter.js
- fetcher.js
- forms.js
- gc.js
- hardRedirect.js
- hooks.js
- index.js
- interceptor.js
- links.js
- mount.js
- nativeFn.js
- once.js
- origin.js
- prefetcher.js
- prefetcherIntent.js
- redirector.js
- router.js
- state.js
- stateClear.js
- templatingAPI.js
- unstrictEval.js
- versionCheck.js
- view.js
- xhr.js
- .taunusrc.defaults.json
- accepts.js
- bro.js
- cli.js
- deferred.js
- index.js
- mount.js
- optionalRequire.js
- queryparser.js
- rc.js
- redirect.js
- render.js
- resolve.js
- resolvers.cli.js
- resolvers.js
- resolvers.server.js
- resolvers.shared.js
- state.js
- templatingAPI.js
- taunus.png
- activator.js
- clone.js
- componentCache.js
- deferral.js
- emitter.js
- fetcher.js
- hooks.js
- index.js
- interceptor.js
- links.js
- once.js
- prefetcher.js
- router.js
- stores_idb.js
- stores_raw.js
- unstrictEval.js
- view.js
- xhr.js
- sample.js
- bam.js
- bar.js
- sample.js
- sample.js
- baz.js
- foo.expect
- foo.expect.min
- foo.js
- server_routes.0.js
- server_routes.1.js
- server_routes.2.js
- server_routes.3.js
- server_routes.4.js
- server_routes.5.js
- server_routes.6.js
- server_routes.7.js
- wiring_expected.0.js
- wiring_expected.1.js
- wiring_expected.2.js
- wiring_expected.3.js
- wiring_expected.4.js
- wiring_expected.5.js
- wiring_expected.6.js
- wiring_expected.7.js
- accepts.js
- bro.js
- cli.js
- deferred.js
- index.js
- mount.js
- optionalRequire.js
- rc.js
- redirect.js
- render.js
- resolve-alternative-matcher.js
- resolve.js
- resolvers.cli.js
- resolvers.js
- resolvers.server.js
- resolvers.shared.js
- state.js
- .editorconfig
- .gitignore
- .jshintignore
- .jshintrc
- .travis.yml
- .zuul.yml
- CHANGELOG.md
- global.js
- LICENSE
- package.json
- README.md
- version.json
- versioning.js
# Installation Guide
1. Get the code
git clone https://github.com/taunus/taunus
Downloads the entire project code from GitHub to your computer.
cd taunus
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run diagnose
Type this command into your terminal and run it.
npm test
Type this command into your terminal and run it.
npm run test-server
Type this command into your terminal and run it.
npm run test-client
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)
