- React 18 that supports both TypeScript & JavaScript out of the box
- You can use absolute imports, using
@
assrc
directory
- You can use absolute imports, using
- Support for ShadcnUI & Tailwind CSS
Install the dependencies:
yarn install or npm install
Run dev server:
yarn dev or npm run dev
To generate the production version, you can run:
yarn build or npm run build
All files you have to deploy will be located at the dist
directory.
👤 Farhan H
- Website: https://farhanh.dev
- Twitter: @FarhanSoftware
Contributions, issues and feature requests are welcome!
Feel free to report on them on the issues page.