This holds yet another (my) configuration for starting a react frontend project - for simple copying to an empty folder.
This gist provides elementary configuration for starting a React project. It does not contain any backend framework, this can be added as per the requirements.
- ES6
fetchAPI- Sane linting config based on Airbnb
Configuration of
- Webpack
- Babel
- necessary polyfills
|- app # the entire code which is going to be delivered to the client or server
|- components # all React components, suffix .jsx
|- lib # other reusable code, preferrable pure functions
|- dist # the generated code - don't create or change this folder's contents