cra-template-canvas
v1.0.4
Published
A bare minimum canvas template for a react application.
Downloads
18
Maintainers
Readme
cra-template-canvas
A blank canvas template for those who are just beginning to learn React with the bare minimum essentials to get the development environment up and running. No need to delete/refactor a bunch of default images and files.
Folder Structure
/public
* index.html
/src
* index.js
* Application.js
- /assets
* index.css
- /components
Install
$ npx create-react-app project-name --template cra-template-canvas
Usage
$ npm start