1.0.1 • Published 3 years ago

cra-template-vschool-assignments v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

cra-template-vschool-assignment

This is a simple template built from the default create react app that uses a new src folder with a basic container and styling for doing vschool assignments.

Install

npx create-react-app <your-app-name> --template vschool-assignments

File Structure:

src
├── App.css
├── App.js
├── components
│  ├── Footer.js
│  ├── Header.js
│  └── Main.js
├── index.css
└── index.js

For more information, please refer to: