Genesis is a starter kit for React applications using TypeScript. It aims to simplify the process of setting up a new project by providing a pre-configured environment with essential tools and best practices.
Clone the repository:
git clone https://github.com/yourusername/genesis.git
Install dependencies:
cd genesis
npm install
Start the development server:
npm run dev
Open your browser and visit http://localhost:5173
react_starter_project/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── lib/
│ ├── pages/
│ └── App.tsx
├── package.json
└── tsconfig.json
npm run dev
: Starts the development servernpm run build
: Builds the app for productionnpm run test
: Runs the test suiteWe welcome contributions to Genesis. Please read our contributing guidelines before submitting a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.