- create react application with Create React App
npx create-react-app faith --template typescript
- Tailwind setup
https://github.com/diasraphael/guide/blob/main/tailwind-setup.md
- using cdn font
https://github.com/diasraphael/guide/blob/main/using-fonts.md
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.