rsnext/examples/with-astroturf
Danil Shashkov 2f325e0f69 Add example with astroturf (Zero runtime CSS-in-JS) (#6821)
* Add example with astroturf (Zero runtime CSS-in-JS)
2019-03-28 15:41:05 -05:00
..
pages Add example with astroturf (Zero runtime CSS-in-JS) (#6821) 2019-03-28 15:41:05 -05:00
next.config.js Add example with astroturf (Zero runtime CSS-in-JS) (#6821) 2019-03-28 15:41:05 -05:00
package.json Add example with astroturf (Zero runtime CSS-in-JS) (#6821) 2019-03-28 15:41:05 -05:00
postcss.config.js Add example with astroturf (Zero runtime CSS-in-JS) (#6821) 2019-03-28 15:41:05 -05:00
README.md Add example with astroturf (Zero runtime CSS-in-JS) (#6821) 2019-03-28 15:41:05 -05:00

Deploy to now

Example app with astroturf

How to use

Using create-next-app

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

npx create-next-app --example with-astroturf with-astroturf-app
# or
yarn create next-app --example with-astroturf with-astroturf-app

Download manually

Download the example:

curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-astroturf
cd with-astroturf

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with now (download)

now

The idea behind the example

This example features how to use astroturf as the zero-runtime CSS-in-JS styling solution instead of styled-jsx.