NoDrive App Running the app # start $ yarn start # only server $ yarn start:server # only client $ yarn start:client After open localhost:80 in your browser Running Tests # unit tests $ yarn run test # e2e tests $ yarn run test:e2e # test coverage $ yarn run test:cov