Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.31 KB

Studying nodejs - Ghibli films 📖

⚠️ PROJECT UNDER CONSTRUCTION ⚠️

  • I am follwing a tutorial on the internt by Ninja Channel,

  • I am putting what I learned there with a simple project with list of films from Ghibli.

  • I am using node.js v18.14.0 and Tailwinds for style

Deployment (not ready yet)

Project pre-view

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First install all the dependencies

npm i

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!