Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xadada/create-next-app-typescript-embedded-css
embed css in next.js pages
https://github.com/0xadada/create-next-app-typescript-embedded-css
Last synced: 2 days ago
JSON representation
embed css in next.js pages
- Host: GitHub
- URL: https://github.com/0xadada/create-next-app-typescript-embedded-css
- Owner: 0xadada
- Created: 2021-10-29T15:20:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T15:57:48.000Z (about 3 years ago)
- Last Synced: 2024-10-18T08:24:55.172Z (26 days ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-next-app-typescript-embedded-css
_this app shows how to embed css on page._
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.