yarn
yarn run build
This command will create a production-ready build of your project in a distribution directory.
python --version
py -m venv virtual_env
python -m venv virtual_env
virtual_env\Scripts\activate.bat
source virtual_env/bin/activate
(virtual_env) C:\Users\Your Name>
(virtual_env) ... $
pip install -r requirements.txt
py manage.py runserver
Outcome: This command will start project on development mode. You can visit by http://127.0.0.1:8000:
yarn start
This command will start the Vite development server.