rsnext/examples/with-windicss
Avi Avinav cd04606d11
Add windicss example (#35256)
Adding windicss example.

This is my first pull request to next.js, so I am very sorry if I did something wrong.

## Documentation / Examples

- [X] Make sure the linting passes by running `yarn lint`


Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com>
2022-09-30 11:26:26 +00:00
..
pages Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
public Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
styles Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
.gitignore Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
next.config.js Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
package.json Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
README.md Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
tsconfig.json Add windicss example (#35256) 2022-09-30 11:26:26 +00:00
windi.config.ts Add windicss example (#35256) 2022-09-30 11:26:26 +00:00

Next.js + WindiCSS Example

This example shows how to use WindiCSS with Next.js.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-windicss
# or
yarn create next-app --example with-windicss
# or
pnpm create next-app --example with-windicss

Deploy it to the cloud with Vercel (Documentation).