/holition-imgur-ui

Holition's Imgur

Primary LanguageJavaScript

Holition's Imgur UI

This project was bootstrapped with Create React App.

Tech stack

  • React
  • Redux
  • Enzyme
  • Jest
  • Chai
  • Sinon

More details

Here in the details.md file

Development

First, make sure that this API is up and running.

To install and start the UI server execute the following commands:

npm install
npm start

Testing

Unit

You can run all of them with the following command:

npm test