Usage • Project Structure • Alternative
First run the below commands to start create new project:
npx create-react-app <project_name> --template @reason-id/cra-template
.
├── 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
- Spin(we use Router from Spin)
- app-template-reason-react for Snowpack
- vite-reason-react-template for Vite