Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cra-template-c1-template

cparusso9MIT1.0.3

Testing templates

react, create-react-app, template

readme

cra-template-charlietemplate

Proposed File Structure

├── assets │ └── svgs ├── components │ ├── global │ └── local ├── containers │ └── app │ ├── App.js │ └── subcomponents ├── helpers │ ├── context │ ├── functions │ ├── hooks │ ├── requests │ └── validations ├── index.js ├── modules │ ├── assets.js │ ├── components.js │ ├── containers.js │ ├── dependencies.js │ └── helpers.js └── styles ├── App.scss ├── base │ ├── _borders.scss (?) │ ├── _flexboxgrid.scss │ ├── _fonts.scss (?) │ ├── _headers.scss │ ├── _normalize.scss │ └── _text.scss (?) │ └── _variables.scss └── components ├── global └── local