Skip to content

trungutt/map-country

Repository files navigation

Cities Searching Map

Technologies

In this project I use:

Some of the features above at the time of developement are experimental and so I don't separate DEV or PROD mode. Some implementation could be done in Angular and d3.

Setup

####Install

It is preferable to have Yarn installed. To install the web app dependencies:

git clone https://github.com/trungutt/map-country.git
cd map-country
npm install

or

yarn

####Run

Use

npm run start

or

yarn start

The project is on http://localhost:8080/

####Test

Use

npm run test

or

yarn test

####Eslint

Use

npm run lint

or

yarn lint

####Typecheck

Use

npm run typecheck

or

yarn typecheck