http://ec2-52-221-212-204.ap-southeast-1.compute.amazonaws.com:3000/
yarn
yarn start
- This is based on the react/redux starter https://github.com/davezuko/react-redux-starter-kit
- The codes for invoice exists in
src/routes/Invoice
- The reason of such structure is to allow code splitting based on routes.
- Components related to a route only should live in the
routes
folder, otherwise should live insrc/components
- Due to time, didn't practice TDD in this but there are some basic tests.
- There is CI/CD, any commits will trigger a CI/CD job which you will be able to see changes on the live URL above.