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
- Host: GitHub
- URL: https://github.com/rixcy/nextjs-starter-v1
- Owner: Rixcy
- License: mit
- Created: 2020-09-25T18:50:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T19:37:32.000Z (about 5 years ago)
- Last Synced: 2025-01-15T20:20:53.310Z (over 1 year ago)
- Topics: nextjs, starter-template, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://starter.rixcy.website
- Size: 701 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Next.js Starter](https://github.com/Rixcy/nextjs-starter) by [Rixcy](https://github.com/Rixcy)

## 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.