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

As minimal a react starter as you can get... while also using ES6/Babel and Webpack.

Results 1 minimal-react-starter issues
Sort by recently updated
recently updated
newest added

Out of the box, `node server.js` or `npm run compile` error out like this: ``` ERROR in ./Counter.js Module build failed (from ../node_modules/babel-loader/lib/index.js): SyntaxError: Unexpected token (16:6) 14 | render()...