1.0.0 • Published 6 months ago
create-react-template-bp v1.0.0
A create-react-app template.
Installation:
npx create-react-app myapp --template react-app-bp
Startup
npm run dev
in your terminal to run your project.
Custom MUI Theme:
Go to /src/themes/theme.tsx
to add your custom MUI theme.
Add custom fonts:
- Go to
/src/assets/fonts
and add your custom fonts in.ttf
format. - Go to
/src/index.css
to import your custom fonts.
1.0.0
6 months ago