react-slingshot
react-slingshot copied to clipboard
React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in
**Is your feature request related to a problem? Please describe.** React Slingshot should be more versatile when dealing with multiple environments and their configuration. Dotenv should be supported via [Dotenv-Webpack](https://github.com/mrsteele/dotenv-webpack...
- Adding docker image files for both prod and dev use - Adding instructions to top level README.md to: - Run a copy of the prod version hosted on [hub.docker](https://hub.docker.com/r/allthethings/react-slingshot/)...
I'm about to go crazy due to this magic: ``` output: { path: path.resolve(__dirname, 'dist'), // Note: Physical files are only output by the production build task `npm run build`....
After npm start with all the environment loaded and app running in browser, whenever, I run tests by pressing enter and then try to terminate using Ctrl+C, it hangs the...
**Describe the bug** Its seems there is an issue with DatePicker component of material-ui-picker - does not reproduce with create-react-app **To Reproduce** | Tech | Version | |---------------------|---------| | material-ui-pickers...
I am finding that when I run my app for testing in dev (i.e. "npm start"), the redux portion of it is extremely slow. This seems to be specific to...
Changed build and clean to get target configuration and webpack public paths from package.json.
Hi, I'm having a problem when application is deployed on azure, i get warning DevTools failed to parse SourceMap: http://...js.map. I tried on 3 different machines so I don't think...
Container technology is convenient for many reasons including isolation and various degrees of immutability. [Docker](http://docker.com/) is a prominent container technology (and also company with which, btw, I am not affiliated,...
So, im new to this repo, was playing around with it today and i found the following issue. Demo app builds and runs fine. but when you are editing files...