1.1.36 • Published 4 months ago

frontend-hb--web-app v1.1.36

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

🏘️🟠 Habitaclia Web App

Installation

To install the project depedencies for the first time execute:

npm run installlock

There are several scripts to manage dependencies:

  • npm run phoenix: Remove the node_modules folder and package-lock.json, and perform a clean installation.
  • npm run installlock: Install dependencies based on the package-lock.json file. It could write to package-lock.json.
  • npm run ci: Install dependencies from the package-lock.json file. Meant to be used in automated environments such as CI. It will never write to package-lock.json.
  • npm run updatelock: Update package-lock.json with the latest versions of package.json dependencies. It does not install dependencies.
  • npm run fixlock: Fix package-lock.json issues. This is useful after merges. It does not install dependencies.