thaisclxt / aluratube

Projeto da imersão react da alura

Home Page:https://aluratube-thais.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aluratube

Next Manual Setup

To create a new Next.js app, follow this steps:

  1. Run npm install next react react-dom (will create node_modules directory, package.json and package-lock.json files)
  2. Create pages directory under the project root
  3. Run npm run build (will create .next directory)
  4. Create an empty tsconfig.json file in the root directory
  5. Run npm run dev to finish the setup

About

Projeto da imersão react da alura

https://aluratube-thais.vercel.app/


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%