Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 1.1 KB

File metadata and controls

46 lines (42 loc) · 1.1 KB

MoviesForDevs

image Deploy Status


Stack

Next Tailwind TypeScript

Project structure

public/
└── favicon.png
src/
├── app/
|    ├── movie/
|    |    └── [id]/
|    |         └── page.tsx
|    ├── globals.css
|    ├── layout.tsx
|    └── page.tsx
└── components/
     ├── footer.tsx
     ├── hero.tsx
     ├── main.tsx
     ├── movieData.ts
     └── navbar.tsx

Local configuration

  1. Clone the repo:
git clone https://github.com/gothsec/moviesfordevs
  1. Install dependencies:
npm install
  1. Start the develpoment server:
npm run dev

You can contribute if you want :)