Basic React boilerplate.
Useful when you just want to start coding some React component, but don't need the entire setup that CRA comes with.
Follows steps outlined in Creating a React app with Webpack.
npm install
npm run start
Basic React boilerplate.
Useful when you just want to start coding some React component, but don't need the entire setup that CRA comes with.
Follows steps outlined in Creating a React app with Webpack.
npm install
npm run start