Skip to content

A boilerplate React project that provides initial Login/Logout and List/View features

Notifications You must be signed in to change notification settings

jcvilap/react-cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a React boilerplate that includes initial setup of react-router, react-redux and connected-react-router. It also includes basic unit tests for the redux store and its reducers.

Demo

The app has required and open user credentials. It will remember your credentials and favorite cats.

react-cats-demo

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

npm run eject

Ejects the app configuration. Read more on create-react-app.