Skip to content

alweish/TaskCore.Template

 
 

Repository files navigation

GraphLabsSuite.Core.Template

Task template for graphlabs web project

For contributors

  • install Node, npm/yarn, WebStorm/Intellij IDEA
  • look at package.json file to see how to run tests and the application
  • do not forget to update version before publishing
  • while contributing, write maximum comments
  • add specification tags of JSDoc to every function and class you have created
  • seek to write tests over every functionality you adds to the module

Installation

  • npm install graphlabs.core.template

Extend the template

  1. initialize your repository create-react-app my-app —scripts-version=react-scripts-ts
  2. add to public/images folder default images
  3. Extend your application from TaskTemplate
import { TaskTemplate } from 'graphlabs.core.template';
class App extends TaskTemplate {
}
  1. Now you can develop your task module by overriding field in the template and adding your custom logic.

About

Task template for graphlabs web project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.9%
  • JavaScript 16.8%
  • HTML 0.3%