0.1.1 • Published 3 years ago

fosinventory-frontend v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Frontend

This project uses many libraries, including:

Directory structure

Main files and directories of the application

frontend
├─ config
├─ public          # Public assets (e.g. images)
├─ scripts
└─ src
   ├─ components   # components
   ├─ shared       # utilities
   ├─ config.js
   ├─ history.js
   ├─ index.js     # where the react app is mounted
   ├─ routes.js    # react-router configuration
   └─ yarn.lock