Code sample for the assignment sent to me for the interview process with Highspot.
Clone this repository to your local system. Install and run the project.
You will need to have node and npm installed on your system at the least to run this code sample. This was built using Webpack, Babel, React and axios. These dependencies will be installed when you run the install command. Youll need to have internet access to run and install this project.
-
Clone the repo by using a git or SVN command or download and expand the file downloaded.
-
Navigate to the root of the directory and run the command
npm install
.- Substitute yarn commands if this is your preferred package manager.
-
After all the dependencies have been successfully installed run
npm start
. -
Using your favorite browser navigate to localhost:9000.