racket icon indicating copy to clipboard operation
racket copied to clipboard

A complete starting app for developing universal React/Redux web apps with generators, best practices and more

Results 7 racket issues
Sort by recently updated
recently updated
newest added

When I run the CMD 'npm run dev' throw an err on terminal console: `[1] to be executed: "node bin/server.js" [0] ==> Webpack development server listening on port 8080 [1]...

New Redux Form forces us to update react-hot-loader to its new v3 beta and remove it from webpack loaders, after doing so my hot reload doesn't work at all, only...

having the ApiClient helper use a static apiPath limits us to only one API. the easiest solution is probably to remove the formatUrl function and instead require the use of...

having racket generate a example app increases the setup time dramatically. why not just generate the bare minimum? - the index route - the App and NotFound container - the...

Hi @mohebifar! Thank you for the repo! Is there a way or documentation to use this generator without the bootstrap part? I'd like to just use CSS Modules as much...

I've just installed yo and generator-racket and I got "Cannot find module 'yeoman-environment'" error after I ran the yo racket. I'm running it in a linux machine, node version 6.2.2,...