An open API service indexing awesome lists of open source software.

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. 🙌

Awesome Lists containing this project

README

          

# Typescript Next App 🚀

![Typed with TypeScript](https://flat.badgen.net/badge/icon/Typed?icon=typescript&label&labelColor=blue&color=555555)

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.