Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kenjiwilkins/kw-blog-client

A blog to display articles from CMS
https://github.com/kenjiwilkins/kw-blog-client

blog contentful github-actions heroku typescript vite vue

Last synced: about 2 months ago
JSON representation

A blog to display articles from CMS

Awesome Lists containing this project

README

        

# kw-blog-client

A Vite + Vue3 webapp to serve blog content of myself

- Production: http://www.kenji-wilkins.blog/
- StoryBook(of default branch): https://kenjiwilkins.github.io/kw-blog-client/

# Architecture

- Build Tool -> Vite
- UI Library -> Vue3
- Deploy platform -> heroku
- Backend -> Express
- API -> contentful
- Monitoring -> Sentry
- Unit test -> Vitest + vue test utils (TBD)
- E2E Cypress (TBD)

## Getting Started

### install packages

```
yarn
```

### run dev server

```
yarn dev
```

### build

```
yarn build
```

### serve

```
yarn serve
```