gistest

Simple project that draws map (openlayers3) using react and antd with nodejs backend.

  • Install dependencies with: "npm i" or "yarn install"
  • Use VSCode run configuration to "Launch server" or call: "npm run server" in terminal to start backend.
  • Then package and with parcel: "npm run dev" and open presented url;