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

https://github.com/cham11ng/reactive-api

Connecting backend express API with frontend (React.js)
https://github.com/cham11ng/reactive-api

Last synced: about 1 year ago
JSON representation

Connecting backend express API with frontend (React.js)

Awesome Lists containing this project

README

          

# Reactive API

[![Build Status](https://travis-ci.org/cham11ng/reactive-api.svg?branch=master)](https://travis-ci.org/cham11ng/reactive-api)

Application for connecting APIs of [lets-express](https://github.com/cham11ng/lets-express) with [reactjs.js](http://reactjs.com/)

---

## Prerequisite

* [Node.js](https://yarnpkg.com/en/docs/install) - 8.9.2 or above
* [Yarn](https://yarnpkg.com/en/docs/install) - 1.3.2 or above
* [NPM](https://docs.npmjs.com/getting-started/installing-node) - 5.6.0 or above

## Setup

Clone the repository, install the dependencies and get started right away.

$ git clone git@github.com:cham11ng/reactive-api.git
$ cd
$ yarn

Finally, start the application.

$ yarn start

It will auto-navigate react application to http://localhost:8000/.

## Contributing

For contribution and feature requests, please create an [issue](https://github.com/cham11ng/reactive-api/issues) first.

## License

reactive-api is under [MIT License](LICENSE).