This repo contains a mock vehicle information component utilizing data from EVOX's API.
- As a user, I can view a vehicle image and information on page load.
- As a user, I can view vehicle image from EVOX's API
- As a user, I can request new vehicle base on vif number and product type ID.
- As a user, I can view the updated vehicle image and information on a successful request.
- As a user, I will be notified of an unsuccessful request.
- fork and clone the repo
- cd into the directory
cd EVOX-Vehicle-Info
- create a .env file in root directory. See
example_env
. - install node modules
npm install
- install budo for LiveReload
npm install budo -g
- run build script. (bundle.js has been ignored to prevent injected environment variables from leaking)
npm run build