reactpack icon indicating copy to clipboard operation
reactpack copied to clipboard

:package: build your react apps with one command and one `npm i`.

Results 4 reactpack issues
Sort by recently updated
recently updated
newest added

This allows us to have the dev server running on for a subpath instead of the domain. For example serving on `localhost:8000/example` instead of `localhost:8000`. This makes it run like...

Any way to use the history API fallback feature of webpack with this? ``` devServer: { historyApiFallback: true, proxy: { '/api/*': { target: 'http://localhost:3000', }, }, }, ``` Love what...

Add a `--no-bundle` option to just transpile the code using babel without bundling it. This can be useful when developing react components.

Hi, it would be great if Reactpack could include a story about testing. My suggestion would be the following components: - Karma - Mocha - Phantomjs (optional?) Then reactpack could...

enhancement