Proverb React

Build Status TypeScript definitions on DefinitelyTyped

Proverb is a simple app that stores the wise sayings of sages. Most notably those of "Socrates" Aruldas.

This repository is built using the following technologies:

  • TypeScript using ES-latest
  • React
  • Webpack (with ts-loader for TypeScript compilation and babel-loader for transpilation)
  • Karma for testing

This is the React front end of Proverb.

Getting Started

You need to install node and npm. You also need to install Typings. Install your node dependencies with npm install. To install your typing dependencies you need to run typings install in both the src and test folders.

To develop locally enter

npm run serve

and then browse to http://localhost:7777/. As you save your files will be compiled / linted and your tests run.

To build for release:

npm run build

Licence

Copyright © 2016- John Reilly. This project is licensed under the MIT license.