discomaps / discomaps.github.io

Educational game based on HERE maps
MIT License
0 stars 0 forks source link

discomaps.github.io

Educational game based on HERE maps

Environment requirements

Installation

Build

You can build app overall or styles or scripts in particular.

Build JS

Build CSS

Watch

Watch works a bit strange. You need to open 2 terminals at the same time. Then localhost:3004 page should be open automatically.

  1. Execute npm run watch-scripts in root directory in the first terminal.
  2. Execute npm run watch-styles in root directory in the second terminal.

Lint styles and scripts