Initial (dirty) commit.
52 files changed
tree: bafd1109ca0a96c88d809a77f35cf0da322d2a97
  1. e2e/
  2. src/
  3. .gitignore
  4. angular.json
  5. NOTICE
  6. package.json
  7. README.md
  8. tsconfig.json
  9. tslint.json
README.md

Web-based UI for NLPCraft

Live Version

https://nlpcrafters.github.io/nlpcraft-ui/

Software Requirements

Prepare (Run only once)

  • Run ng set --global packageManager=yarn - configures Angular CLI to use Yarn
  • Run yarn - initializes dependencies

Build

  • Run yarn build
  • See dist/web-app folder for build results

Development mode