- Install dependencies usage npm
npm install
-
Copy
.env.example
file to.env.local
and set your environment variables -
Start React app dev
npm start
- Insert prepared optimized svg without fill property to dir
src/assets/icons
- run command
npm run icons:generate
- Check your types
npm run type:check