An open API service indexing awesome lists of open source software.

https://github.com/mikkopaderes/iona-app


https://github.com/mikkopaderes/iona-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# IONA Cat App

Simple Cat App for IONA

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone ` this repository
* `cd iona-app`
* `npm install`

## Running / Development

* `npm start`
* Visit your app at [http://localhost:3000](http://localhost:3000).

### Running Tests

* `npm test`

### Building

* `npm run build`

## Further Reading / Useful Links

- [React documentation](https://reactjs.org/)
- [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started)