Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 515 Bytes

File metadata and controls

26 lines (17 loc) · 515 Bytes

Trip Sorter

View Demo Here

Running the project for development

  • clone the repo
  • run yarn or npm install
  • run yarn dev or npm run dev

Build the project for production

  • run yarn build or npm run build

Running tests

  • npx jest or yarn test or npm t

Tech and Libraries

  • Typescript
  • React
  • Material UI
  • lodash-es (-es for tree-shaking on production using es2015 modules)
  • webpack 4
  • now for quick deployment