- Clone this repo using
- Move to the appropriate directory:
cd hostmaker-challenge
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the app athttp://localhost:8081
. - Run
npm run build
to get production build. - Run
npm run start:production
to see how it looks like on production.
- 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