Quick start

  1. Clone this repo using
  2. Move to the appropriate directory: cd hostmaker-challenge.
  3. Run yarn or npm install to install dependencies.
  4. Run npm start to see the app at http://localhost:8081.
  5. Run npm run build to get production build.
  6. Run npm run start:production to see how it looks like on production.

The Project's Tools/Fws/Libs

  • React.js - React 16, React Router 5
  • Babel - ES6, ESNext, Airbnb and React/Recommended config
  • Webpack - Webpack 4, Hot Reloading, Code Splitting, Optimized Prod Build
  • Test - Jest with Enzyme
  • Lint - ESlint
  • Styles - SCSS Styling, CSS Modules