cyc icon indicating copy to clipboard operation
cyc copied to clipboard

Scaffold an isomorphic Cycle.js app in seconds.

Results 11 cyc issues
Sort by recently updated
recently updated
newest added

When running `npm run dev` on a fresh project ```bash [dev] listening on http://::1:3000 ``` Should be `listening on http://localhost:3000` I found the bug in `skel/index.js` ```js app.listen(port, '::1', err...

Looks like dependencies have not been updated to support **Cycle Unified** Please fix. Thanks. ``` npm WARN deprecated @cycle/[email protected]: no longer supported. see release notes for Cycle Unified npm WARN...

```bash $ npm run dev ... WARNING in webpack: Using NoErrorsPlugin is deprecated. Use NoEmitOnErrorsPlugin instead. ```

Unless I am the only one interested, I think it would be cool to have an option (branch?) in order to setup as well the typescript boilerplate

How about an example with MongoDB or something? It would be nice if that were a bit more fleshed out.

Code in both files mentioned seems very redundant. Sorry if I'm missing important architectural webpack nuance, but it seems to me it can be either moved to on common file...

Implement spdy with https://github.com/Daplie/letsencrypt-express. Our setup lets us easily figure out any given route's dependencies, so it can be managed inside the route handler.

enhancement
help wanted

I think it would be nice to be able to use webpack loaders in mvi.js, to do things like `require('style.css')`. This is currently not possible because the server loads mvi.js...

enhancement