Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 891 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 891 Bytes

List Maker - CQRS and Event Sourcing Example

This is the frontend app written in Vue.js for the CQRS and Event Sourcing Example project.

CQRS Pattern

Usage

Instalation

  1. Follow the installation instructions for the backend app and start it;
  2. Clone the repository:
$ git clone git@github.com:renan-taranto/list-maker.git
  1. Move to the project directory:
$ cd list-maker
  1. Install dependencies:
$ npm install

Starting the application in development mode

$ npm run serve

Compiles and minifies for production

$ npm run build

Lints and fixes files

$ npm run lint

Author

Renan Taranto (renantaranto@gmail.com)