/blog

Primary LanguageTypeScript

Micro blog

This is a little project to create a micro blog easily.

Stack

  • ViteJS
  • ReactJS
  • Typescript
  • Tailwind
  • Pocketbase

Commands

First use

npm install

Start the front on http://localhost:5173

npm run dev

Start the back on http://localhost:8090

npm run serve

Build the front

npm run build