Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuldeepkeshwar/filbert-js-examples-with-nextjs
https://github.com/kuldeepkeshwar/filbert-js-examples-with-nextjs
css-in-js filbert-js next-js starter-kit vercel
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuldeepkeshwar/filbert-js-examples-with-nextjs
- Owner: kuldeepkeshwar
- Created: 2020-08-06T17:11:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T10:03:32.000Z (over 4 years ago)
- Last Synced: 2024-11-09T19:48:35.742Z (2 months ago)
- Topics: css-in-js, filbert-js, next-js, starter-kit, vercel
- Language: JavaScript
- Homepage: https://filbert-js-examples-with-nextjs.vercel.app
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Next.js with filbert-js
A light weight(~1KB) css-in-js solution(framework)🎨
This example showcase how to perform SSR & extract and inline critical css with [@filbert-js/server-stylesheet](https://www.npmjs.com/package/@filbert-js/server-stylesheet) and [@filbert-js/core](https://www.npmjs.com/package/@filbert-js/core)
If you are running into any issues with this example, feel free to open-up an issue at https://github.com/kuldeepkeshwar/filbert-js/issues.
## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-filbert)
## How to use
### Using `create-next-app`
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example with-filbert with-filbert-app
# or
yarn create next-app --example with-filbert with-filbert-app
```### Download manually
Download the example:
```bash
curl https://codeload.github.com/vercel/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-filbert
cd with-filbert
```Install it and run:
```bash
npm install
npm run dev
# or
yarn
yarn dev
```Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).