/bucharest-1871

A map of Bucharest in 1871

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Bucharest 1871

A map of Bucharest in 1871

Bucharest in 1871


About

Install

git clone git@github.com:andreidcm/bucharest-1871.git && \
  cd bucharest-1871 && \
  npm run setup

Use

  1. Install packages and flow-typed definitions
    npm run setup

  2. Setup environment variables
    Copy and rename .env-template -> .env

  3. Start API mock server: localhost:3000 - CRUD endpoints for POI model (uses mock-db.json as persistent storage)
    npm run start:mock

  4. Start Parcel development server: localhost:1234
    npm start

Develop

# run tests (any `*.test.js`) once
npm test

# watch `src` folder for changes and run test automatically
npm run tdd

Tech dept

  • Dont load router in UIGrid component
  • POIListPage and POIItemPage should have separate state list

Changelog

History of all changes in CHANGELOG.md

0.2.1 - 11 December 2018

Change

  • Fix all flow errors