cra-template-barebone-setup

- 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

Usage no npm install needed!

<script type="module">
  import craTemplateBareboneSetup from 'https://cdn.skypack.dev/cra-template-barebone-setup';
</script>

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