This is a Small app done with Vue 3 + Typescript + Vite. The app uses fake placeholder api for test content, has some custom componenets and uses redux for storing data. There will be more features in the future, so this is kind of never ending test project 🦅
To start, run these commands
- yarn
- yarn run dev
- open http://localhost:3000/ in browser
Or in Docker 🐳
- docker build -t demo-app-vue .
- docker run -d --rm -p 3000:3000 --name demo-app-vue demo-app-vue
- open http://localhost:3000/ in browser
- docker-compose up --build -d
- open url in browser http://localhost:3000/