This is a Github Signup Page demo with Nextjs and Tailwind CSS
- Clone this repo in you machine
- Do
npm install or yarn install
- Start server 👇
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
pages/index.js
: The main project handler where the all code start.components/
: All the components likeHeader
,Form
,Terms & Condition
, etc. are rest theresvg/
: The svg files rest therestyles/global.css
: Thetailwind
configuration and custom CSS written there.public/
: When you donpm run build
then all the files store there.