5a208feec0
* Delete npm from the project part 1 * Fix frontend test and change readme.md * Try to fix frontend test * Try to fix workflow frontend * Add yarn to .gitignore * Try to fix backend test. * Try to fix backend * Update README.md * Delete cache from project * Add cache folder to .gitignore * Fix backdend and frontend test * Update License Date * Remove yarn from README.md * Add special workflow requirements.txt * Change Location requirements.txt * Delete pytz entry * Delete pytest-django entry * Add pytest-django to requirements.txt |
||
---|---|---|
.. | ||
migrations | ||
public | ||
src | ||
static/frontend | ||
templates/frontend | ||
tests | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
__init__.py | ||
admin.py | ||
apps.py | ||
babel.config.js | ||
cypress.json | ||
models.py | ||
package-lock.json | ||
package.json | ||
README.md | ||
tests.py | ||
tsconfig.json | ||
views.py | ||
vue.config.js |
frontend
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e
Lints and fixes files
npm run lint