Full Stack Web App Starter in Vue.js / Express with Argon Design System
The backend server is a simple Express / Nodejs Starter with JWT authentication, SQLite database, Sequelize ORM, unit tests and basic tooling.
$ git clone https://github.com/app-generator/nodejs-starter.git
$ cd nodejs-starter
$ yarn
$ yarn start # backend runs on port 3000
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
Full Stack Web App Starter in Vue.js / Express with Argon Design System