Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

File metadata and controls

22 lines (16 loc) · 538 Bytes

google-maps

Google maps with React and Express

dev deployment

Prerequisites

node, npm, docker, docker-compose, knex, nodemon

google map api key

cp ./client/src/app-parameters.dist.ts ./client/src/app-parameters.ts
add google map apki key from your cloud profile

postgres

docker setup
sh compose.sh dev
or set up pg using config in server/knexfile.ts

server

npm --prefix ./server/ i && npm --prefix ./server/ run start-dev

client

npm --prefix ./client/ i && npm --prefix ./client/ run start