Skip to content

thiagofeijor/resources-manager-app

Repository files navigation

resources-manager-app

Final college project, inventory management system. Built as a client side application without a backend and with a decentralized database.

Available for use here


Project Scripts

Install dependencies.

yarn

Start a dev server to preview your app.

yarn start

Build app for production to ./build folder.

yarn build