Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohanemon/movie-db
Movie DB
https://github.com/sohanemon/movie-db
framer-motion mui nextjs react tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Movie DB
- Host: GitHub
- URL: https://github.com/sohanemon/movie-db
- Owner: sohanemon
- Created: 2023-07-29T03:37:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-30T05:54:13.000Z (over 1 year ago)
- Last Synced: 2023-07-30T06:26:57.307Z (over 1 year ago)
- Topics: framer-motion, mui, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://movie-db-sohanemon.vercel.app
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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) and initialized with [`npx sohanemon`](https://github.com/sohanemon/ui-init-frontend)
## Getting Started
Initialize with useful libraries and structure your projects
```bash
npx sohanemon@latest init
#or select installer
npx sohanemon@latest init --yarn
#or
npx sohanemon@latest init --pnpm# works with next-js, tw, ts, app-dir, no-src
```First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.