Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widdershin/cycle-scripts-widdershin
My personal Cycle.js starter, for use with create-cycle-app
https://github.com/widdershin/cycle-scripts-widdershin
Last synced: 19 days ago
JSON representation
My personal Cycle.js starter, for use with create-cycle-app
- Host: GitHub
- URL: https://github.com/widdershin/cycle-scripts-widdershin
- Owner: Widdershin
- License: mit
- Created: 2016-10-18T10:24:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T04:00:38.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T02:05:03.997Z (about 1 month ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
cycle-scripts-widdershin
===[create-cycle-app](https://github.com/cyclejs-community/create-cycle-app) flavor with all of my personal preferences.
Starring:
* Semicolons!
* browserify
* babel
* the object spread babel plugin with a really long name!Setup
---```bash
npm install create-cycle-app -gcreate-cycle-app --flavor cycle-scripts-widdershin
```Where `` is the name of the directory you'd like to create your new Cycle app in.
You can also just pass `.` to use the current directory.
```bash
cdgit init
git add .
git commit -m "Initial commit"npm start
```Then, browse to `localhost:8000`. You should see a purple "Hello world".
Contributing
---Feel free to open issues and pull requests.
License
---`cycle-scripts-widdershin` is available under the MIT license. See `LICENSE` file for more info.