A minimal react project starter, perfect for very small apps, powered by ⚡️:
And 🔋 batteries are included:
- Clone repo or use as a template
git clone [email protected]:omnajjar/react-ts-picocss-styled-components-vite.git
- Install Packages
npm install
- Start Project
npm run dev
- Check lint
npm run lint
- Fix lint
npm run lint:fix
- Check prettier
npm run prettier
- Fix lint and prettier
npm run format
Distributed under the MIT License. See LICENSE.txt
for more information.