- React 18 that supports both TypeScript & JavaScript out of the box
- You can use absolute imports, using
@assrcdirectory
- You can use absolute imports, using
- Support for ShadcnUI & Tailwind CSS
Install the dependencies:
yarn install or npm installRun dev server:
yarn dev or npm run devTo generate the production version, you can run:
yarn build or npm run buildAll 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.