Skip to content

VivekGupta137/react-initializr

Repository files navigation

React Initializr

This project helps users to find templates for their next project without having configuration overhead.

Setting up locally

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Contribute

You can contribute to this application by forking this repo and raising the pull request.