Simple Contact app with React JS

This project was bootstrapped with Create React App.

It uses json-server for REST APIs, configuration for backend-api are in /server-api/

To run

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages
    npm install
  3. Install NPM packages and Run in server-api
    cd server-api
    npm install
    npm run start
  4. Run contact app in contant-app folder
    npm run start