/swapi-react

A reactjs project along with redux and starwars apis

Primary LanguageJavaScript

Swapi-react

Description

A test project using react,react-router, redux, webpack, express and star wars api.

More details about star wars api can be found here - Swapi

Requirement:

node : 6.x.x or above npm : 3.x.x or above

Steps to run this project:

First Go to Project directory

cd ~/swapi-react

then

1. Install dependencies

npm install

2. Run the test cases

It will run the test cases written for this project from 'test' directory.

npm run test

3. Run the project

 npm run start

4. See running project in local browser

Open the Url(http://localhost:8080/) in browser