Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 679 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 679 Bytes

Football Manager Application

✨ Tech Stack

  • HTML
  • Sass
    • Preprocessor for CSS
    • Variables, nesting for styling
  • React.js
    • JavaScript library for UI development
  • PapaParse :
    • JavaScript library for parsing CSV data.
    • Offers customizable parsing options.

Local Development

Step-1

clone this repo

git clone https://github.com/Swoyam1/beam-dynamics-frontend.git

Step-2

Install all dependencies

npm install

Step-3: Starting the application

To Run the application in development mode execute this script

npm run dev

Thank You!