LogBook is a web application designed to manage the growing and changing needs of inventory management at Dieform. This repository contains the front-end application for LogBook written in React.
In the project directory you can run the following scripts
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Launches the test runner in the interactive watch mode.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
In order to setup LogBook for local development you must have the following tools installed
- Git
- NodeJS/NPM
- Yarn
The following shell commands will clone this repository, install dependencies, and start the application in development mode
git clone https://github.com/Dieform-Automation/LogBook
cd LogBook
yarn install
yarn start
If all steps were followed correctly, the application should be running and a browser window should open at the address http://localhost:3000
See LICENSE.md for details