Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 507 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 507 Bytes

For run the project in development mode on local computer:

1. Install the project dependencies:

pip install -r requirements.txt

2.start the development server:

python manage.py runserver

3.replace api const variable in template/src/consttant/config directory with the development sever url

4.open cmd in template directory:

cd template

5. template Project setup

npm install

7.Compiles and hot-reloads for development

npm run serve