npm i -g yarn
)yarn global add @angular/cli
)VirtualBox + Vagrant
OR docker + docker-compose
cd env
vagrant up
(shut down via: vagrant halt
)docker-compose up
(shut down: [CTRL]+[C])- Client cd client
yarn
./client/xliffmerge.template.json
-> ./client/xliffmerge.json
and add Google Translate API keyyarn start
yarn test
cd api
yarn
./api/ormconfig.sample.json
-> ./api/ormconfig.json
./api/config.sample.json
-> ./api/config.json
yarn migrate:run
yarn start
yarn test
Now see the application under: http://localhost:4200