Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 540 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 540 Bytes

Software Licensing Manager is a webapp made with React.js and Firebase. In this app you can view all CRUD (create, read, update and delete) operations.

To run this app, follow the next steps:

  • Clone or download this repo
  • Provide your own firebase credentials into /client/config/constants.js
  • Run npm install from your favorite CLI (make sure you are inside the root directory of this app)
  • For development view run npm run start
  • For production deploy run npm run build, them upload the generated files into /build to your hosting