Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meditatewithabhi assitant

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js (v14.0.0 or higher)
  • npm (v7.0.0 or higher) or Yarn (v1.22.0 or higher)

Getting Started

Follow these instructions to set up and run the project locally on your machine.

  1. Clone the repository:

    git clone https://github.com/your-username/vite-js-project.git
    cd vite-js-project
  2. Install dependencies: If you're using npm, run:

    npm install

    If you're using Yarn, run:

    yarn
  3. Start the development server:

    npm run dev

    or

    yarn dev

    This will start the Vite development server. You can view your application by navigating to http://localhost:3000 in your browser.

Building for Production

To build the project for production, run the following command:

npm run build

or

yarn build

This will generate optimized and minified assets in the dist directory.

Additional Commands

  • Linting: To lint your code using ESLint, run:

    npm run lint

    or

    yarn lint
  • Unit Tests: To run unit tests, use the following command:

    npm run test

    or

    yarn test

Folder Structure

  • public: Contains static assets that are served as-is.
  • src: Contains the application source code.
  • tests: Contains unit tests for the application.
  • vite.config.js: Vite configuration file.

Contributing

Feel free to contribute to this project. Create a pull request, submit issues, or suggest improvements.

License

This project is licensed under the MIT License.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages