/reactjs_contacts_app

A contacts list app with a React front-end and a Node back-end

Primary LanguageJavaScript

React JS Contacts App

Installation Intructions

  1. Clone or download the project folder
  2. Navigate to the 'react-contacts-complete' folder in the terminal and run the command 'npm run start'
  3. In another terminal, navigate to 'react-contacts-server' and run the command 'node server.js'
  4. In your browser, go to the URL localhost:3000 to view the running app