Skip to content

jalbertsr/kiwi-frontend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can see the result 👉 here

Main dependencies used for the project

  • babel
  • css-modules
  • less
  • webpack
  • webpack-dev-server
  • antd
  • axios
  • moment
  • prop-types
  • chai
  • jest
  • eslint
  • uuidv4

API used

  • google maps api
  • skypicker

In order to work locally:

Clone this repo or download it

Install all dependencies

yarn install or npm install

Run dev server

yarn start or npm start
Local server is launched at http://localhost:3000, you can modify it in webpack config

Test

yarn test or npm run test
To see test coverage:
yarn test:coverage or npm run test:coverage

Build a new version to deploy

yarn build or npm run build