@conversationai/moderator-frontend-web
v1.0.6
Published
OSMod project React.js frontend
Keywords
Readme
Getting Started
Requirement:
- NodeJS LTS 6.11.x
Install dependencies:
./bin/installRunning Storybook
./bin/storybookVisit http://localhost:9001/.
Interactive Storybook Testing
cd packages/frontend-web
npm run storybook:test -- -uRunning front-end development server
Run webpack dev server:
cd packages/frontend-web
npm run startVisit http://localhost:8000/.
Linting
To run linters, use:
./bin/lintTesting
To run tests, use:
./bin/test