Boot camp challenge in react
Built with
- React/Redux
- Users can register an account and log in.
- Users can create a parcel delivery order
- Users can see the details of a delivery order
- npm install
- npm run start```
#### Build for production
```npm run build```
#### Run Tests
`
npm test
`
### Run tests with coverage
` npm test -- --coverage