paschalidi / contact-management-react-redux

This is a contact-management SPA built with ReactJS and Redux architecture. It focuses on good practices and TDD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contact-management-reactjs-redux

Boilerplate used for this project

A very simple ReactJS and Redux Boilerplate is being used for this project.

Getting Started

Instruction for cloning, installing dependencies and running the server locally.

	> git clone https://github.com/paschalidi/contact-management-react-redux.git <your-folder-name>
	> cd <your-folder-name>
	> npm install
	> npm start

Run Tests

    To run the tests once.
        > npm test
    To run the test and watch them.
        > npm test -- --watch
        or
        > npm test:watch

About

This is a contact-management SPA built with ReactJS and Redux architecture. It focuses on good practices and TDD.

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.7%Language:CSS 0.1%