Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akellbl4/introduction-to-nextjs
Demo repository for a webinar. You can find few different examples of Next.js installation in one place and play with them
https://github.com/akellbl4/introduction-to-nextjs
bootstrap examples nextjs nextjs-example postcss styled-jsx vercel
Last synced: about 1 month ago
JSON representation
Demo repository for a webinar. You can find few different examples of Next.js installation in one place and play with them
- Host: GitHub
- URL: https://github.com/akellbl4/introduction-to-nextjs
- Owner: akellbl4
- License: other
- Created: 2021-01-30T11:39:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T23:10:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T15:54:26.203Z (over 1 year ago)
- Topics: bootstrap, examples, nextjs, nextjs-example, postcss, styled-jsx, vercel
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js examples
You can find examples for first steps
- **[Styles](introduction-to-nextjs-styles.vercel.app)** – [Deploy to Vercel](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fakellbl4%2Fintroduction-to-nextjs%2Ftree%2Fmain%2F02-styles)
- **[Data Fetching](introduction-to-nextjs-data-fetching.vercel.app)** – [Deploy to Vercel](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fakellbl4%2Fintroduction-to-nextjs%2Ftree%2Fmain%2F03-data-fetching)
- **[Routing](introduction-to-nextjs-routing.vercel.app)** – [Deploy to Vercel](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fakellbl4%2Fintroduction-to-nextjs%2Ftree%2Fmain%2F04-routing)## Build Usign
- [Next.js](https://nextjs.org)
- [Preact](https://preactjs.com)
- [PostCSS](https://postcss.org)
- [Vercel](https://vercel.com)