- Make sure you've worked through the prep guide to install the necessary
prerequisites – Node.js and npm/yarn. If you're using yarn, replace
npm/npm runwithyarnin the commands below. - Run
npm installto install the required dependencies for this project. - Run
npm run test:unitto make sure the tests are passing. - Run
npm run serveto start a server onlocalhost:8080. Make sure there are no warnings or errors before you get started. - Visit
localhost:8080and try out the current form.
We have provided Prettier and TSLint configurations if you want to configure your editor to automatically format your code in the right style. These configurations are identical to the real exercise.
If you run into any issues out of the box, please let us know!