Giter Club home page Giter Club logo

training-management-tool's Introduction

Training Management Tool

Features:

  • Using ES2016 (generators/async/await) then transpiled to ES5 cross-browser compatible code
  • Development server with hot-reload for quick development loop
  • Static dev-bundle for quick full-page reload
  • Automatic build of optimized production package and deployment: npm run bd
  • Unit test with simple test runner in TypeScript
  • Typescript node support using ts-node
  • Git hooks running linter before commit and tests before push
  • Editorconfig and tslint as code linter

Stack:

  • TypeScript - v1.8.10
  • React - v15.1.0
  • MobX - v2.3.1 / mobx-react
  • JSPM (0.17.X) / SystemJS / systemjs-hot-reloader

Installation

1. Clone repo
git clone [email protected]:deneb0618/Training-Management-Tool.git
2. Install all dependencies
npm install
3. Run development server and start developing
npm start

NPM commands

  • npm start - run local development server with hot-reloader at localhost:8888
  • npm test - run tests
  • npm run lint - run code linter
  • npm run dev-bundle - build & inject dev-bundle with all dependencies to index.html for faster page reload
  • npm run dev-unbundle - remove injected dev-bundle
  • npm run build - build production deployment package (minified)
  • npm run build-debug - build debug deployment package (source maps)
  • npm run init-deploy - init deployment repository
  • npm run deploy - commit to deployment repository & push to remote
  • npm run bd - automatic build and deployment

Todo

  • PouchDB as persistence layer for stores
  • editorconfig.org setup

training-management-tool's People

Contributors

sharkcoder7 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.