Boilerplates, simplified.
Stacksmith is a developer-first boilerplate generator that helps you skip the boring setup and jump straight into building.
With one click, generate a ready-to-code React.js project pre-configured with your favorite libraries and tools.
- ⚛️ React.js boilerplate generator
- 🎨 CSS framework support (Tailwind CSS and more coming soon)
- 🔤 Google Fonts integration
- 🔗 Icon library support
- 🛠️ Instant project setup with chosen dependencies
- 🌱 Open-source and community-friendly
- Clone the repository:
git clone https://github.com/afsalshamsudeen/stacksmith.git cd stacksmith```
2.Install dependencies:
npm install
3.Run the app locally:
npm run dev