Molpad
How to use
import { MolPad } from '../src/molpad';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
ReactDOM.render(
(<MolPad />),
document.getElementById('app') as HTMLElement
);
Technical description (all libraries):
- Typescript 3.7
- Auto tests with JEST
- Height code coverage
Commands:
- Start demo project:
npm start
- Run linter verification:
npm run lint
- Run linter verification & fix:
npm run lintfix
- Build project:
npm run build
Release
git tag v2.3.0
git push --tags
License
This project is licensed under the MIT license, Copyright (c) 2020 Volodymyr Vreshch. For more information see LICENSE.md.