Skip to content

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

Notifications You must be signed in to change notification settings

avparmar1805/react-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published