Although I specify particular versions below, recent versions should work.
- go-chat: Currently there is no version so use master branch.
- Node.js: 9.3.0
- Yarn: 1.3.2
git clone https://github.com/shirasudon/agility.git
cd agility
yarn # installs dependencies
Run simply one command below! Thanks to create-react-app!
Then it will open up http://localhost:3000
automatically.
yarn start
yarn test
Tests are automatically run as you modify the code!
yarn build
To be written...
Written by Hitoshi Otsuki with ❤️