Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 684 Bytes

README.md

File metadata and controls

56 lines (42 loc) · 684 Bytes

React + Typescript + Webpack + Google Maps App

Run app:

install node modules

& yarn

after finish run app

& npm start

Application will open browser on http://0.0.0.0:8008

Test app:

Run tests

& npm t

Tech specs

  • server: webpack-dev-server

  • test:

  • Jest

  • Enzyme

  • JS framework:

    • React with
      • routing
  • Typescript

  • styles:

    • pre-processor: scss

Docker (Not run yet)

Build

& docker build --no-cache . -t react-typescript

Run

& docker run -p 8008:8008 react-typescript