Skip to content

Lauriy/angular-localize-runtime-json-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Running the backend

source backend/venv/bin/activate
pip install -r backend/requirements.txt
python backend/manage.py runserver

Running the frontend

cd frontend
nvm use lts/iron
npm i
ng serve