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 [email protected]: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 ([email protected])