Skip to content

chandaku/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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.0%
  • HTML 9.2%
  • CSS 2.8%