/checkoutflow

Basic react tutorial but to incorporate flow

Primary LanguageJavaScriptMIT LicenseMIT

React with Flow...

Basic react app, based off react tutorial although modified, using noughts and crosses game to learn more about react components, state, type checking and ultimately testing.

To start

npm start

To build for production

npm build

To test

npm test // TODO add tests.

Notes:

You need watchman installed for tests not to error on using MAC OSX