Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 -g

create-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
cd

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