A very simple map search project using TypeScript. Currently just a concept.
...
Once you have forked and cloned off the project. Install the project dependencies by running:
yarn install
Serves a webserver provided by Parcel to the build/debug
folder.
yarn dev
Compiles a production ready project to the build/release
folder.
yarn build
- TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.
- Parcel - App bundler for JavaScript.
This project is licensed under the MIT License - see the LICENSE.md file for details