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

https://github.com/rasyidf/ts-base


https://github.com/rasyidf/ts-base

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## NextJS + TailwindCSS + ReactQuery + Mantine Boilerplate

This is a starter template for NextJS with TailwindCSS, ReactQuery and Mantine.

## Quickstart

1. Clone the repo

```bash
> git clone https://github.com/rasyid-dev/next-base.git web-app && cd web-app
```

2. Install packages

```bash
> yarn
```

3. Run it

```bash
> yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `src/pages/index.tsx`. The page auto-updates as you edit the file.