1.0.8 • Published 3 years ago

scanning-portal v1.0.8

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

Scopio Web Client - Next Generation

Just run npm install and npm start, then go to localhost:3003 to start developing / debugging. To build, run npm run build, and to preview run npm run preview, then go to localhost:1234 for the minified production bundle.

Initial Usage / Installation

  1. Install node.js
  2. npm install
  3. npm start
  4. Navigate to http://localhost:3003

Build

  1. npm run build
  2. Navigate to http://localhost:1234 (for the minified production bundle)

Preview

  1. npm run preview
  2. Navigate to http://localhost:1234 (for the minified production bundle)

Async component loading

Components are now loaded async with react-router-loader and the store is injected via MobX Provider.

Material-UI design

This projects relays on Metarial-UI components library for general design concepts and edit controls