Minimal styling, powered by Goober.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 440 B

12345678
  1. # goofy-goober
  2. # React Example (using [Next](https://nextjs.org))
  3. The setup for Next can be found in [src/pages/_app.tsx](./src/pages/_app.tsx) for the initialization and
  4. [src/pages/_document.tsx](./src/pages/_document.tsx) for collecting styles for server-side rendering. Actual usage can
  5. be found in [src/pages/index.tsx](./src/pages/index.tsx).
  6. Install dependencies and run the example, which can be viewed on `http://localhost:3000`.