Steps to run:
- Open terminal in project directory.
- run command 'npm install' to install the dependencies.
- run command 'npm start' to start the server
Start the browser and hit http://127.0.0.1:3000
username: yoda password: dogbah
Notes:
- npm is used to install dependencies
- webpack is used to manage assets
- webpack dev server is used to run the application