Package Exports
- cra-template-listo
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cra-template-listo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Listo - Opinionated CRA Template
Quick start
npx create-react-app my-app — template listo
or
yarn create react-app my-app — template listo
Features
- styled components with theme support
- react-router
- React Helmet
- React Snapshot for static content generation of public routes
- normalize.CSS
- prop-types validation
- eslint with airbnb config
- scene based folder structure separated by authorization (but agnostic for auth implementation)
- editorconfig