erajaykumar / fasttravelbe

POC ride sharing app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fasttravelbe

POC ride sharing app

Master branch is template for creating new branch which doesn't require project files.

Please branch out out of Develop branch and create pull request for changes which needs to be merged to Develop branch.

Run Locally

Clone the project

  git clone https://github.com/erajaykumar/fasttravelbe.git

Go to the project directory

  cd .\fasttravelbe

Install dependencies

  npm install

Start the server in production mode

  npm run start

Start the server in development mode

  npm run dev

About

POC ride sharing app


Languages

Language:JavaScript 54.1%Language:TypeScript 45.9%