This search page is developed with React and Typescript.
To use this app, ensure you have yarn installed first.
yarn install
Then, you have to use webpack to assemble code into /static/assets/script.js and /static/assets/styles.css.
yarn webpack
Now start the server.
yarn start
The page is live at: http://localhost:8080/