Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/universaljs-example-clicky
A very basic example of using UniversalJS
https://github.com/robbestad/universaljs-example-clicky
Last synced: about 1 month ago
JSON representation
A very basic example of using UniversalJS
- Host: GitHub
- URL: https://github.com/robbestad/universaljs-example-clicky
- Owner: robbestad
- Created: 2015-08-11T08:25:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T10:25:47.000Z (over 9 years ago)
- Last Synced: 2024-04-13T17:11:02.027Z (9 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clicky example
A very basic example of using UniversalJS. It's the smallest useful example I could think of to show how to build something with UniversalJS.
# Demo
- [Clicky](http://clicky.svenardo.com/)
# Build
Clone and execute _npm run build_. This command uses webpack to build the _bundle.js_ from index.js and app.js.
## Related Modules
* [universaljs](https://github.com/svenanders/universaljs) - UniversalJS
* [universal-jsx](https://github.com/svenanders/universal-jsx) - Universal JSX as used by UniversalJS.
* [universal-jsx-loader](https://github.com/svenanders/universal-jsx-loader) - Webpack loader for Universal JSX.