This project was bootstrapped with Create React App.
It's a very minimal React application with the following added:
- TypeScript support (via react-scripts-ts)
- Redux
- ImmutableJS
- Enzyme
- Bluebird
This mostly matches the libraries we use for our production React applications, so it is a good introduction to our frontend architecture.
To begin the challenge, please run yarn
to install the dependencies, and then look at src/challenge.test.tsx
to begin at the challenges.