cra-template-barebone-setup
v2.0.0
Published
- 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
