react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!

Results 32 react-starter issues
Sort by recently updated
recently updated
newest added

As written in HowStuffWorks.md before this refactor, this section was to be moved to its own file. (see [here](https://github.com/webpack/react-starter/blob/99224e26972faf1c860cc5f39c1476de4cc1d263/NOTES/HowStuffWorks.md)) I also cleaned it up a bit and formatted it a...

In follwing README.md on ubuntu 14.04 skipping only vagrant commands, I get npm installed but seem to be missing dependancies. This is the first missing dependency: ``` npm run dev-server...

ERROR in ReferenceError: self is not defined at Object. (main:16011:17) at Object.module.exports (main:16040:30) at __webpack_require__ (main:30:30) at Object. (main:35975:1) at __webpack_require__ (main:30:30) at module.exports (main:76:18) at main:79:10 at webpackUniversalModuleDefinition (main:3:20)...

Description text mentions that it's outdated, but the README does not mention anything about that. What's the status?

I'm trying to use an svg file and an mp4 file using file loader as follow: ``` var bg = require('./bg.mp4'); ... ``` but both fail. The video is not...

npm run dev-server and npm run start-dev execute successfully, but can;t see any css style in page , but the image is displayed

After updating to react-router 1.0.0, it stopped working. error in browser `renderApplicationTypeError: _reactRouter2["default"].run is not a function. (In '_reactRouter2["default"].run', '_reactRouter2["default"].run' is undefined)` Also why it passes the build?

I get this error when I run `npm run dev-server` ``` npm run dev-server > [email protected] dev-server /home/pertrai1/Repos/WeVoteServer/web_app > webpack-dev-server --config webpack-dev-server.config.js --progress --colors --port 2992 --inline 70% 1/1 build...