Full Stack Web App Starter in Vue.js / Flask with Argon Design System
The backend server is a simple Flask with JWT authentication, SQLite database, SQLAlchemy ORM, unit tests and basic tooling.
git clone https://github.com/app-generator/flask-boilerplate.git
$ cd flask-boilerplate
$ pip install -r requirements.txt
$ flask run --port 3000 # start the Flask server
The frontend is a simple Vue app enhanced with JWT Authentication with fully functional login & registration flow.
$ git clone https://github.com/app-generator/vuejs-argon-design-system.git
$ cd vuejs-argon-design-system
$ yarn
$ yarn start # Frontend runs on port 8080