Skip to content

tibetegya/react-weconnect

Repository files navigation

react-weconnect

Build Status Coverage Status

This is the WeConnect client application it is built using React.js In order to run a working prototype of the application go to WeConnect Portal

If you want to build on top of this application clone this repository

    git clone https://github.com/tibetegya/react-weconnect.git

This project was built using create-react-app to build the project folder structure, use the command

Make sure you have npm and react.js installed on your system, to install react.js follow the instructions
on this link

Api Setup

In order to run the project locally you should glone the WeConnect backend python application which powers the api that this application consumes and depends on.

Go to the repository and clone it or Clone the Weconnect application by running

    git clone https://github.com/tibetegya/WeConnect.git

In order to run the WeConnect python Api application follow the instructions on the repository

Make sure to have the backend server running at http://127.0.0.1:5000

React Setup

After clonning this repository install the packages in the package.json file After the installation yopu can run the application at http://127.0.0.1:3000/

it should look like this UI

Testing

In order to test the application you can run the command

    npm test

Run test coverage by running the command

    npm test run coverage

Check How App works on Heroku

In order to view the React application on heroku click on this link

About

This is the WeConnect client application it is built using React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published