Ariel 67134dc4ca | ||
---|---|---|
.idea | ||
misc | ||
public | ||
src | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json |
README.md
nanoMap
This project is a minimalized port for scheduling route on OpenStreetMap. This front-end application is built with Create React App and the basic functionality uses React Leaflet. For more information about the backend, please refer to arielherself/nanomap-backend.
Deployment
Vercel
An instance is deployed at https://nanomap.vercel.app. You can also click the button below to deploy with your own account.
On your server
Please install the latest version of Node.js and npmJS first.
Just two line of script:
git clone "https://github.com/arielherself/nanomap-frontend" nanomap &&
npm install &&
npm start