Skip to content

shirasudon/agility

Repository files navigation

Agility

CircleCI codecov code style: prettier Dependency Status devDependencies Status License: MIT

Requirements

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

Installation

git clone https://github.com/shirasudon/agility.git
cd agility
yarn # installs dependencies

Development

Running development server

Run simply one command below! Thanks to create-react-app! Then it will open up http://localhost:3000 automatically.

yarn start

Testing

yarn test

Tests are automatically run as you modify the code!

Production

Generating production ready code

yarn build

Deploy

To be written...

Written by Hitoshi Otsuki with ❤️

Releases

No releases published

Packages

No packages published

Languages