https://github.com/ericmaya8a/simple-mvp
Simple MVP example
https://github.com/ericmaya8a/simple-mvp
Last synced: over 1 year ago
JSON representation
Simple MVP example
- Host: GitHub
- URL: https://github.com/ericmaya8a/simple-mvp
- Owner: ericmaya8a
- Created: 2024-05-08T17:49:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T14:24:32.000Z (about 2 years ago)
- Last Synced: 2025-01-22T17:26:20.573Z (over 1 year ago)
- Language: TypeScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple MVP
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
The project use the following technologies:
- [Next.js](https://nextjs.org/docs)
- [Prisma.io](https://www.prisma.io/docs)
- [tailwindcss](https://tailwindcss.com/docs/installation)
- [docker.com](https://docs.docker.com/compose/)
## Getting Started
1. Install [`docker desktop`](https://docs.docker.com/desktop/install/mac-install/)
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.