Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 697 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 697 Bytes

Aura Asset

Empowering Investments Through Tokenization of Real-World Assets

cover page

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/jitendragangwar123/AuraAsset
  2. Install dependencies for front-end:

    cd front-end
    npm install
  3. Start the front-end development server:

    npm run dev
  4. Install dependencies for back-end:

    cd back-end
    npm install
  5. Start the back-end development server:

    npm start