๐ An elegant React
app starter template.
- Use ES Module.
- Use Tailwind CSS.
- Use Vite.
- Use pnpm.
- Use git-validator.
- Run
npx degit zanminkian/react-boilerplate my-new-project
to create you new project. - Run
cd my-new-project
to enter your new project directory. - Run
pnpm i
to install dependencies. - Run
pnpm dev
to develope the app, or runpnpm build
to build the app. - Visit
http://localhost:3000/
in your browser.
MIT