/react-spa

A SPA based on react using react-router v4 and redux-thunk

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Features

  • SPA using react-router using BrowserRouter, Route, Switch
  • Best practices for Layout including app, header defined for a react app
  • mockapi.io used for storing records
  • redux-thunk used to return defer-able functions from action creators.

Steps to run this repository

npm install

Installs all the dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 Alternatively you can rebuild the app on the server anytime you change them.