- Node.js
- pnpm, npm or yarn
- Clone the repository:
git clone https://github.com/prawito/express-prisma-ts - Navigate to the project directory:
cd your-repo - Install dependencies:
pnpm installornpm installoryarn install
- Start the development server:
pnpm run devoryarn dev - Open your browser and visit
http://localhost:3000
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature - Make your changes and commit them:
git commit -m 'Add your feature' - Push to the branch:
git push origin feature/your-feature - Submit a pull request
- Prawito Hudoro (@prawito)
This project is licensed under the MIT License.