2.0.0 • Published 4 years ago

cra-template-barebone-setup v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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