Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 606 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 606 Bytes

noticias-do-front-ep02-app

This is just a repository to store the results of the code used on an episode of my Youtube channel.

There is no lint, tests or good practices.

Running the app

Initiate react-native local-cli:

$ npm install
$ npm start

Run on iOS simulator:

$ react-native run-ios

API

It's a very (really) simple API. Only an express server delivering a JSON object with some delay.

For running it:

$ cd api
$ npm install
$ npm start

License

MIT. Please feel free to use as you wish.