Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tobyab/www-tilde

~ Tilde's home on the internet!
https://github.com/tobyab/www-tilde

Last synced: 5 days ago
JSON representation

~ Tilde's home on the internet!

Awesome Lists containing this project

README

        

# developedbytoby/nextjs-ts-tailwind-starter

🌐 Quick and simple Next.js, Typescript and Tailwind starter!

## Getting Started!

There are a few steps to getting started. Here they are!

### 1. Cloning the repo

1. Using `create-next-app`

``` bash
yarn create next-app -e https://github.com/developedbytoby/nextjs-ts-tailwind-starter your-app
```

2. Using the template

![Green button with the text "Use this template"](https://tobyl.ink/next-ts-tailwind.png)

3. Deploy to Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdevelopedbytoby%2Fnextjs-ts-tailwind-starter)

### 1. Installing dependencies

Once we have the code one our local machine, we then need to make sure we have all of the dependencies we need!

1. Install

``` bash
yarn
```

2. Spin up the development server

``` bash
yarn dev
```

Alternatively, we can easily run both of these using this command.

``` bash
yarn && yarn dev
```

## Run into any issues?

Don't worry about it, we all run into problems! And, if you do, please open an issue on GitHub, and I'll be happy to respond to it!

### Helpful resources

- [Next.js docs](https://nextjs.org/docs/getting-started)
- [React docs](https://reactjs.org/docs/getting-started.html)
- [Tailwind docs](https://tailwindcss.com/docs/installation)

---

After all of this, we are ready to start coding!