Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 808 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 808 Bytes

BL-frontend

Frontend task for bridge labs (live site)

⚡ Prerequisites

  • Node and npm

  • Typescript

    • Run npm install -g typescript

🔧 Setting up the Project

  1. Clone the repository in preferred directory on your computer

    git clone <project-url>
  2. Enter project directory

    cd BL-frontend
  3. Enter client folder

    cd client
  4. Install dependencies

    npm install

🔮 Running the project

  1. Start react app

    npm start

🙌 Done!