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

Package detail

cra-template-barebone-setup

jackbisceglia3ISC2.0.0

  • Components: All main components for the app
    • Structure: "Wrapper" components/Bigger components meant for the structure of the app
    • Context: Context API initializations
    • Styles: All styles, comes with main.css installed (basic body/html styles and

readme

CRA-Barebones-Setup

Directory Structure

  • Components: All main components for the app
  • Structure: "Wrapper" components/Bigger components meant for the structure of the app
  • Context: Context API initializations
  • Styles: All styles, comes with main.css installed (basic body/html styles and font installed)

Setup

run npx create-react-app your-app-name --template barebone-setup