All Projects → johndatserakis → Koa Vue Notes Project

johndatserakis / Koa Vue Notes Project

🤓 A single repo containing both the koa-vue-notes-api and koa-vue-notes-web projects.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Koa Vue Notes Project

vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+450%)
Mutual labels:  spa, starter
Maka
Maka.js是基于react的一个前端微服务开发框架(makajs.com)
Stars: ✭ 200 (+1328.57%)
Mutual labels:  koa, spa
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (+335.71%)
Mutual labels:  koa, starter
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+2342.86%)
Mutual labels:  koa, spa
modern-webpack-starter
🏰 A modern JavaScript starter using Webpack 4. Made in a simple way - good for learning or starting a new project without having to rollout cli-auto-builders.
Stars: ✭ 42 (+200%)
Mutual labels:  spa, starter
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (+92.86%)
Mutual labels:  spa, starter
Award
⚙基于react的服务端渲染框架
Stars: ✭ 91 (+550%)
Mutual labels:  koa, spa
graphql-compose-elasticsearch
Graphql App using Node with typescript, KOA framework and Elasticsearch
Stars: ✭ 40 (+185.71%)
Mutual labels:  koa, starter
node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
Stars: ✭ 19 (+35.71%)
Mutual labels:  koa, starter
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+3842.86%)
Mutual labels:  starter, spa
Erlach
☣⚫⚫ SPA Imageboad on WebSockets written on Erlang
Stars: ✭ 23 (+64.29%)
Mutual labels:  spa
Kona
a node.js service framework built on koa.js (generators)
Stars: ✭ 23 (+64.29%)
Mutual labels:  koa
Mysrv
Yet another Node.js web framework, based on koa.js 又一个 Node.js MVC 框架,基于Koa2
Stars: ✭ 10 (-28.57%)
Mutual labels:  koa
Uniapp Cli
一套用于 WEB APP 开发 和 Mobile APP 开发的解决方案
Stars: ✭ 11 (-21.43%)
Mutual labels:  spa
Ecma7 Koa2 Starter
An ECMA7 Koa2 starter
Stars: ✭ 23 (+64.29%)
Mutual labels:  starter
Next Boilerplate
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
Stars: ✭ 936 (+6585.71%)
Mutual labels:  starter
Cykspace Node
博客后台服务~~ 👉👉 http://www.cykspace.com
Stars: ✭ 23 (+64.29%)
Mutual labels:  koa
Koa Typeorm Starter
Starter project for using koa with TS and TypeORM
Stars: ✭ 23 (+64.29%)
Mutual labels:  koa
Wechatdc
微信点餐SPA,基于Vue2.0,vuex开发,mock支持,跨端debug支持 项目预览地址:https://oneflying.github.io/wechatdc/
Stars: ✭ 22 (+57.14%)
Mutual labels:  spa
Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-7.14%)
Mutual labels:  starter

License Tweet

Koa-Vue-Notes-Project

A single repo containing both the koa-vue-notes-api and koa-vue-notes-web projects. You can view the project live here.

Installing / Getting started

# install dependencies for the base folder
# and both the api and web projects.
npm install

# server both projects for development
npm run watch

# build both projects for production
npm run build

# run tests for both projects (backend first, then frontend)
npm run test

You can take a look at what those scripts do in the package.json. Bascially, we do everything in tandem - using the concurrently package when necessary. Then, if you need to do something that is specific to the frontend or backend - you jump into those folders directly.

This repo was created because some people like to run their frontend and backend in the same folder. That's cool. And honestly, I see the upside in that - mainly due to the simplicity it brings. So, I've gone ahead and structured this project in a way that both the backend and front end can be run from it. A few of the npm scripts have been adjusted in the base folder, but other than that, the two repos should be extremely similar to their individual repos. If I make any changes in the individual repos I'l do my best to mirror the changes here. Thank you.

Hit Me Up

Go ahead and fork the project! Message me here if you have questions or submit an issue if needed. I'll be making touch-ups as time goes on. Have fun with this!

License

Copywrite 2017 John Datserakis

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].