development.md
June 27, 2017 ยท View on GitHub
This document guides you through developing this project.
Setup
npm install
# or
yarn install
Tests
npm test
# or
yarn test
Run Dev Server
To check documents hosted on http://yuku-t.com/textcomplete locally, run:
npm start
# or
yarn start
then open http://localhost:8080/ in your browser.