https://github.com/leoziondev/nextjs13-preview
Explore new features NextJS 13
https://github.com/leoziondev/nextjs13-preview
nextjs-13 pnpm tailwindcss
Last synced: about 1 month ago
JSON representation
Explore new features NextJS 13
- Host: GitHub
- URL: https://github.com/leoziondev/nextjs13-preview
- Owner: leoziondev
- Created: 2022-10-28T16:53:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T17:17:59.000Z (over 3 years ago)
- Last Synced: 2025-03-02T06:41:09.234Z (over 1 year ago)
- Topics: nextjs-13, pnpm, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explore New Features NextJS 13
## Installations this project
Install PNPM globally
```
npm i -g pnpm
```
Create NextJS Project
```
pnpm create next-app
```
Tailwindcss
```
pnpm add -D tailwindcss postcss autoprefixer
```
Init Tailwindcss
```
pnpm tailwindcss init -p
```
## How to use this project
Clone this project and enter the folder project
```
git clone git@github.com:leoziondev/nextjs13-preview.git
```
Run the development server
```
pnpm run dev
```