- Clone the repository
git clone https://github.com/aniketmandloi/brainwave-React.js-project.git
- Change the directory to the project
cd brainwave-React.js-project
- Install the dependencies
npm install
ornpm i
- Run the project
npm run dev
- Install Docker Desktop from Docker
- Open Docker Desktop
- Run application
docker compose up --build
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh