Movies application implemented with Next.js and Tailwindcss.
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.
- Clone the project.
- Install packages with command
yarn
oryarn install
. - Run command
yarn dev
to start a dev server oryarn build
to create a production build.
The project is stated under MIT License.