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

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

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
```