Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mefengl/blog-starter


https://github.com/mefengl/blog-starter

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Blog Starter

## Addons

- md-router: [md-router](./plugins/md-router.ts)

> A self-made vite plugin for automatically generating tsx files to export markdown files to tanstack/router.

To be continue...

# React Starter

## Addons

- @tanstack/router: [tanstack/router](https://tanstack.com/router)
- shadcn/ui: [shadcn/ui](https://ui.shadcn.com)
- tailwindcss
- eslint: [eslint-config](https://github.com/antfu/eslint-config)

## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)

## Project Setup

### Install

```bash
npm install
```

### Development

```bash
npm run dev
```