The AKQA Products (Front-End Test) displays a list of products in a responsive grid. These products can be sorted by selecting a filter in the dropdown menu.
- Ensure NPM is installed (Node >= v4.0.0)
cd
into the app directory on the command line- Install app dependencies with
npm install
Once setup is complete, run the app from the root directory with npm start
.
Then navigate to http://localhost:8080/
in your web browser to view the app.
If webpack fails to bundle the app, try running npm rebuild node-sass
, otherwise
check your version of node with node --version
You can also build the app into the /public
directory by running npm run build