/app-ui

Primary LanguageJavaScriptApache License 2.0Apache-2.0

About The Project

Frameworks/libraries used to build the project.

Prerequisites

  • Operating System (Windows-10)
  • npm version v8.3.0
  • node.js version v16.3.1
  • react version v17.0.2

Installation

  1. Clone the repo
    git clone https://github.com/crediblebilal/app-ui.git
  2. go to the root directory
    cd app-ui & cd app-ui
  3. Install React packages and dependencies
    npm install
  4. Install Node packages
    cd server & npm install
  5. The below command will start both react and express server concurrently
    cd .. && npm start