-
Get set up with Visual Studio Code and the Python extension: instructions here.
-
Open a new terminal (
Ctrl-Shift-`
) in VS Code and create a virtual environment.On Windows:
py -3 -m venv env
On Linux/MacOS:
python3 -m venv env
-
Create a new terminal (
Ctrl-Shift-`
) to get the virtual environment automatically activated, and install the application's dependencies.python -m pip install -r requirements.txt
-
Build the node front end by running:
npm install npm run dev
-
Open a new terminal and Start the Django server:
python manage.py migrate python manage.py loaddata initial_data python manage.py runserver
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Demo used for MVP Summit 2020
License
luabud/tweeterapp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demo used for MVP Summit 2020
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published