Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsronalds/stepper-next-app
Stepper App build with Next.js, TypeScript and Tailwind CSS
https://github.com/itsronalds/stepper-next-app
Last synced: about 22 hours ago
JSON representation
Stepper App build with Next.js, TypeScript and Tailwind CSS
- Host: GitHub
- URL: https://github.com/itsronalds/stepper-next-app
- Owner: itsronalds
- Created: 2023-07-26T23:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T13:55:14.000Z (about 1 year ago)
- Last Synced: 2023-10-13T12:47:30.626Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stepper-next-app.vercel.app
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stepper-next-app
![Screenshot 2023-07-27 115944](https://github.com/itsronalds/stepper-next-app/assets/77751686/a3843c42-c45e-4498-9013-d4adcddaacfa)
## Technologies
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## Getting Started
### Clone repository
```$
git clone https://github.com/itsronalds/stepper-next-app.git &&
cd stepper-next-app
```### Install dependencies
```
yarn
```### Run Project
```$
npm run dev
# or
yarn dev
# or
pnpm dev
```> Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.