This is the frontend app written in Vue.js for the CQRS and Event Sourcing Example project.
- Follow the installation instructions for the backend app and start it;
- Clone the repository:
$ git clone git@github.com:renan-taranto/list-maker.git
- Move to the project directory:
$ cd list-maker
- Install dependencies:
$ npm install
$ npm run serve
$ npm run build
$ npm run lint
Renan Taranto (renantaranto@gmail.com)