Skip to content

sprakshith/Flask-AI-Frontend

Repository files navigation

Flask-AI-Frontend

Setup Procedure

  1. Navigate to the directory where you want to set up this project.

  2. Open cmd/bash and run the below command:
    On Mac/Win: git clone https://github.com/sprakshith/Flask-AI-Frontend.git

  3. Now navigate to the project directory:
    cd Flask-AI-Frontend

  4. Install all the required dependencies using the below command:
    On Mac/Win: npm install or yarn install

  5. To start the development server, run the below command:
    On Mac/Win: npm run dev or yarn dev

  6. Open your browser and go to: http://localhost:5173 to view the app.

  7. To build the project for production, run:
    On Mac/Win: npm run build or yarn build

  8. To preview the production build, use:
    On Mac/Win: npm run dev or yarn dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published