Skip to content

aj-seven/postal-mapper

Repository files navigation

Get Postal Codes

Vercel Deploy

Development

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 build

Note: 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