Welcome to the Hex Web Development Interview! During the interview session, you'll use this boilerplate repository to build out a frontend application with your interviewer.
Before the interview, please make sure you have Node.js v16+ installed on your machine as well as yarn or npm. Then, make sure you can build and run the (very simple) app provided as follows:
- First, install dependencies with
yarn
(ornpm
). - Run
yarn dev
(ornpm dev
). The app will start and your terminal will tell you what URL to go to in order to view the app. The app will hot reload as you make changes.