React

React Memo App

This project uses Node.js and React.js and connects to a json-server database. Follow the steps below to set up the project.

Click here to view the code on GitHub

Setup

  1. Install Node.js and npm on your local machine.

  2. Clone the repository:

git clone https://github.com/JohnnyandLee/React_Memo
  1. Navigate to the project directory:
cd React_Memo
  1. Install the project dependencies:
npm install
  1. Start the server:
npm run server
  1. Start the App:
npm run start
comments powered by Disqus