Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 309 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 309 Bytes

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