Web Application to help prepare candidates for the coding interview
First install node.js:
sudo yum install nodejs npm
Next, install dependencies:
npm install
Run webpack:
webpack
node server.js
This will start a server on localhost, which you can visit at http://localhost:3000/