Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 441 Bytes

File metadata and controls

25 lines (14 loc) · 441 Bytes

Front-end Testing Workshop Example

React app example for the wolox fronted testing workshop.

Tested example in branch tested.

Installing

npm install

Starting

To start the server by default (development) run:

npm run start

To start a specific environment, run:

npm run start-env environment

Running Tests

npm run test