0.0.1 • Published 4 years ago

@reason-id/cra-template v0.0.1

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

Usage

First run the below commands to start create new project:

npx create-react-app <project_name> --template @reason-id/cra-template

Project Structure

.
├── bsconfig.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── README.md
└── src
    ├── App.css
    ├── App.re
    ├── index.css
    ├── index.js
    ├── index.re
    ├── logo.svg
    ├── reportWebVitals.js
    └── Router
        ├── Route.re
        ├── Route.rei
        └── Router.re

Alternative