Skip to content

cmucheru/bike-rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bike rental app

Steps to run web app

  1. In the client directory, run:
npm install

installs the necessary dependencies for the client app

  1. In the node -server directory, run:
npm i

installs the necessary dependencies for the server app

How to run in production environment

In the node-server directory, run:

npm run prod

How to run in development environment

In the node-server directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

About

A bike renting web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published