Typescript pet-project with Parcel - Blazing fast, zero configuration web application bundler
- Generic Webapp
- Parcel - Getting Started
- faker.js - generate massive amounts of fake data in the browser and node.js
- @types/faker - type definition file
- Generate a Google Dev Project
- create new project
- enable Google Map API (API & Services => Library => Maps JavaScript API => Enable)
- generate API Key (API & Services => Credentials => Create credentials => API Key )
- add GMap script into HTML file
- @types/googlemaps - Type definitions for Google Maps JavaScript API 3.43
Run in terminal
npm i
npm run dev
npm run watch
npm run build
Server running at localhost:1234