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

https://github.com/rixcy/nextjs-starter-v1

NextJS starter to get started building quickly
https://github.com/rixcy/nextjs-starter-v1

nextjs starter-template tailwindcss typescript vercel

Last synced: 2 months ago
JSON representation

NextJS starter to get started building quickly

Awesome Lists containing this project

README

          

# [Next.js Starter](https://github.com/Rixcy/nextjs-starter) by [Rixcy](https://github.com/Rixcy)

![Next.js starter preview](https://user-images.githubusercontent.com/11819124/94376903-64ae0800-0115-11eb-815b-46caa7f9b295.png)

## Getting Started

### Using the starter

To create a copy of this starter, we recommend using [degit](https://github.com/Rich-Harris/degit), which is a cleaner alternative to using git clone.

```bash
$ npx degit Rixcy/nextjs-starter
# Or with a specified name
$ npx degit Rixcy/nextjs-starter my-project-name
```

### Developing

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

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

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

## Features

- #### 🦄 [TailwindCSS](https://tailwindcss.com/) for styling
- #### ✨ [TypeScript](https://www.typescriptlang.org/) for type checking
- #### 💅 [Prettier](https://prettier.io/) for code linting
- #### 💡 [Lighthouse](https://developers.google.com/web/tools/lighthouse/) Github Actions built in

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can also check out
[the Next.js GitHub repository](https://github.com/vercel/next.js/) - feedback
and contributions are welcomed!

## Deploy on Vercel

The easiest way to deploy a Next.js app is to use the
[Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme)
from the creators of Next.js.

Check out the
[Next.js deployment documentation](https://nextjs.org/docs/deployment) for more
details.