A react app template designed to be used with typescript
- Clone the repository to your computer
- Open a terminal in the directory where you want your app
- Run
npx create-react-app my-app --template file:/path/to/Craco-Template
(Make sure you specify where the template directory is)
Once the installation process is completed, simply run
cd my-app
npm start
Now your app should be working!