Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.05 KB

README.md

File metadata and controls

83 lines (63 loc) · 2.05 KB
Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

TeamMemberAllocation Screen Shot

Follow the tutorial to make it. Tutorial: https://www.youtube.com/watch?v=u6gSSpfsoOQ

(back to top)

Built With

  • React
  • Bootstrap

(back to top)

Getting Started

Prerequisites

  • npm or yarn
    npm install npm@latest -g # or npm install --global yarn

Installation

  1. Clone the repo
    git clone https://github.com/JustAPotato-dev/TeamMemberAllocation.git
  2. Install NPM packages
    npm install # or yarn install
  3. Run the project
     npm run dev # or yarn dev

(back to top)

Acknowledgments

(back to top)