https://github.com/mikkopaderes/iona-app
https://github.com/mikkopaderes/iona-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikkopaderes/iona-app
- Owner: mikkopaderes
- Created: 2021-12-10T06:32:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T07:44:00.000Z (over 3 years ago)
- Last Synced: 2025-02-10T06:41:32.408Z (4 months ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)