GetOkr-WEB is the Front-end part of GetOkr, an OKR software used by LinkApi, FCamara and HashTrack.
npm install
npm run dev
├── src # Source code
│ ├── app # Application
│ │ ├── modules # Application modules
│ ├── config # Application configuration settings
│ └── release # Production bundle
npm run dev
Start server on dev mode with webpacknpm run build
Generate Production bundleMIT