Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robbestad/universaljs-starter
- Owner: robbestad
- Created: 2015-08-11T13:25:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T13:30:49.000Z (over 9 years ago)
- Last Synced: 2024-04-13T17:11:01.984Z (10 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.