Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyipeng3/gone-web
Blog has gone
https://github.com/liyipeng3/gone-web
nextjs react tailwindcss typescript
Last synced: 2 months ago
JSON representation
Blog has gone
- Host: GitHub
- URL: https://github.com/liyipeng3/gone-web
- Owner: liyipeng3
- License: apache-2.0
- Created: 2022-10-28T17:22:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T05:44:06.000Z (9 months ago)
- Last Synced: 2024-04-26T06:29:47.523Z (9 months ago)
- Topics: nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://dev.lyp123.com
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gone-web
This is a blog built with typescript, next.js and tailwindcss.
I write it for me, but if you find it useful, that's great, if you can help me improve it, that's even better.
## 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.
You can start editing the page by modifying `pages/utils.ts`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [TypeScript](https://www.typescriptlang.org/) - a typed superset of JavaScript that compiles to plain JavaScript.
- [TypeScript Documentation](https://www.typescriptlang.org/docs/) - learn about TypeScript features and API.
- [React](https://reactjs.org/) - a JavaScript library for building user interfaces.
- [React Documentation](https://reactjs.org/docs/getting-started.html) - learn about React features and API.
- [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.
- [Tailwind CSS](https://tailwindcss.com/) - a utility-first CSS framework for rapidly building custom designs.
- [Tailwind CSS Documentation](https://tailwindcss.com/docs) - learn about Tailwind CSS features and API.## Backend
This blog uses gone-engine as its backend. You can find the source
code [here](https://github.com/liyipeng123/gone-engine).