1.0.4 • Published 2 years ago

cra-template-canvas v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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