Skip to content

mrahul16/hola_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hola_web

Web frontend for a mock ride-hailing app

Instructions

  1. $ npm install
  2. Add your Mapbox access token in scripts/config.js as follows -
    module.exports = {
        // Mapbox access token
        accessToken: "YOUR_ACCESS_TOKEN",
    };
  3. Build bundle.js
    $ npm run build
    Or watch for updates and recompile bundle.js
    $ npm run watch
  4. Open index.html in a web browser.

About

Web frontend for a mock ride-hailing app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published