https://github.com/yowainwright/ts-next-demo
TS Next Demo from Egghead's course by Tomasz Łakomy. 🙌
https://github.com/yowainwright/ts-next-demo
egghead eggheadio emotion netlify nextjs typescript
Last synced: 3 months ago
JSON representation
TS Next Demo from Egghead's course by Tomasz Łakomy. 🙌
- Host: GitHub
- URL: https://github.com/yowainwright/ts-next-demo
- Owner: yowainwright
- License: mit
- Created: 2021-02-11T01:03:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T05:40:26.000Z (over 5 years ago)
- Last Synced: 2025-10-05T02:49:56.276Z (9 months ago)
- Topics: egghead, eggheadio, emotion, netlify, nextjs, typescript
- Language: TypeScript
- Homepage: https://musing-euler-fb390b.netlify.app/
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript Next App 🚀

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), built with [Typescript](https://www.typescriptlang.org/) and [Emotion](https://emotion.sh/docs/introduction) following [this course](https://egghead.io/playlists/build-a-blog-with-next-js-typescript-emotion-and-netlify-adcc) on Egghead by [Tomasz Łakomy](https://egghead.io/q/resources-by-tomasz-lakomy).
This site ends up being a [blog](https://musing-euler-fb390b.netlify.app/) with an about page and several static posts.
---
## Getting Started
First, run the development server:
```bash
yarn && yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
---
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.