Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.