Skip to content

rodrigowpl/t3-stack-lab-contacts-list

Repository files navigation

T3 Stack lab - Contacts List

Project bootstrapped using T3 Stack

Learn More

To learn more about the T3 Stack.

What's inside it?

Dependencies

  • Node js => v16

Up and Running

  • Install dependencies yarn (or npm i)
  • Create .env file based on .env.example
  • Run npx prisma db push to proper synchronize your database with your schema
  • Run yarn dev (or npm dev) to run next development server (it will be available in http://localhost:3000)

Available scripts

  • yarn dev (or npm dev): Run next development server
  • yarn build (or npm run build): Generate next production build
  • yarn start (or npm start): Run next production server

Components structure

├── /src/
    |── /pages/
        |── /[PageName]/
            |── /index.tsx/   # Page component file
│   ├── /components/
│       ├── /[ComponentName]/
            ├── /index.tsx/   # Component file