Skip to content

vrinceanuv/react-seed-project-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React with Redux Seed Project

This project was bootstrapped with Create React App.

In addition to what 'Create React App' offered, here has been added the router, redux, and some simple examples in order to get started fast.

Local mock server

I have added a local mock server with some data using 'json server'

Get Started

See it in action

$ npm install
$ npm install -g json-server
$ json-server -p 8080 --watch data.json
$ npm run start
$ npm run test
$ npm run test-coverage

What can you do in the app

  • Add item
  • Remove item
  • Edit item (by clicking on it, click enter after you finish updating it)
  • Cancel item editing (click an item, edit and press "Esc" key)

Features

Get deploy code

$ npm run build

About

React with Redux seed project start with some examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published