Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.