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 devOpen 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: Thetailwindconfiguration and custom CSS written there.public/: When you donpm run buildthen all the files store there.
