Skip to content

dholland/cra-template-vschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A Create React App Template for Vschool Assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published