Get Postal Codes
Clone the repository, install the dependencies and start the application
git clone git@github.com:Aj-Seven/postal-mapper.git
cd postal-mapper
npm install
npm start
# For Build and serving static pages
npm run build
npm -g install serve
serve buildNote: use the depth parameter to reduce the clone size and speed up the clone.
git clone --depth=1 https://github.com/Aj-Seven/postal-mapper.git