0.0.1 • Published 5 years ago
@reason-id/cra-template v0.0.1
Usage
First run the below commands to start create new project:
npx create-react-app <project_name> --template @reason-id/cra-templateProject 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.reAlternative
- Spin(we use Router from Spin)
 - app-template-reason-react for Snowpack
 - vite-reason-react-template for Vite
 
0.0.1
5 years ago