1.1.1 • Published 5 years ago

booking-hub-front v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

booking-hub-front

Administration console of booking hub

Installation

npm install

Actions

Start the service (development)

Start the service as development mode, it means that changes are built at the moment.

npm run dev -- -p <your port here>

Build the service (production)

Build all the objects of the package. Production environment will use the built objects.

npm run build

Start the service (production)

Define environment variable with ip of mongodb host, port and db name : ... MONGO_URL=mongodb://MONGO_IP:MONGO_PORT/DB_NAME ...

Start the service from the built version.

npm run start