The project uses Google map service. You need a Google API key for running project in both development and production mode.
Generate a Google API key in your Google Cloud dashboard.
Copy .env.example and rename it to .env.
In unix-like operating systems you can do this by following command:
cp .env.example .env
Enter your Google API key in .env
file and save it.
Following scripts are defined in project:
Start developement server on port 3000
.
npm run dev
Builds project and generates bundle file in build
directory.
npm run build
Runs unit test
npm run test
Checks typescript and styles to match defined rules
npm run lint
- Use
navigator.geoLocation
for finding user location - Write more unit and integreation tests