Skip to content

skychavda/github-signup-page

Repository files navigation

image

Github Signup Page

This is a Github Signup Page demo with Nextjs and Tailwind CSS

To run this app

  1. Clone this repo in you machine
  2. Do npm install or yarn install
  3. Start server 👇
npm run dev
# or
yarn dev

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

🧐 What's inside?

  1. pages/index.js: The main project handler where the all code start.
  2. components/: All the components like Header, Form, Terms & Condition, etc. are rest there
  3. svg/: The svg files rest there
  4. styles/global.css: The tailwind configuration and custom CSS written there.
  5. public/: When you do npm run build then all the files store there.