Skip to content

aaort/movies

Repository files navigation

Movies

Movies application implemented with Next.js and Tailwindcss.

Project Structure

First, run the development server:

_actions - Server actions.

_components - General components used throughout the app.

(authenticated) - Routes for authenticated users.

(unauthenticated) - Routes for unauthenticated users.

lib - Utility methods.

Installation

  1. Clone the project.
  2. Install packages with command yarn or yarn install.
  3. Run command yarn dev to start a dev server or yarn build to create a production build.

License

The project is stated under MIT License.

Releases

No releases published

Packages

No packages published