Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robbestad/universaljs-starter

A barebone starter kit for UniversalJS
https://github.com/robbestad/universaljs-starter

Last synced: about 2 months ago
JSON representation

A barebone starter kit for UniversalJS

Awesome Lists containing this project

README

        

# Starter kit

A very basic starter kit for UniversalJS.

# 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.