# universaljs-example-clicky **Repository Path**: mirrors_svenanders/universaljs-example-clicky ## Basic Information - **Project Name**: universaljs-example-clicky - **Description**: A very basic example of using UniversalJS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.