All Projects → wsdo → Angela

wsdo / Angela

🙂angela (安其拉):react ssr router redux; react同构框架

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Angela

Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (+2840%)
Mutual labels:  express, koa
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (+4266.67%)
Mutual labels:  ci, cd
Gitlab Ci Pipeline Php
☕️ Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
Stars: ✭ 451 (+2906.67%)
Mutual labels:  ci, cd
Peril
☢️ Serious and immediate danger.
Stars: ✭ 410 (+2633.33%)
Mutual labels:  express, ci
Gocd
Main repository for GoCD - Continuous Delivery server
Stars: ✭ 6,314 (+41993.33%)
Mutual labels:  ci, cd
React Lego
React-lego : incrementally add more cool stuff to your react app
Stars: ✭ 417 (+2680%)
Mutual labels:  koa, ssr
Cabin
🌲 Cabin is the best JavaScript and Node.js logging service and logging npm package
Stars: ✭ 622 (+4046.67%)
Mutual labels:  express, koa
Grant
OAuth Proxy
Stars: ✭ 3,509 (+23293.33%)
Mutual labels:  express, koa
Abstruse
Abstruse is a free and open-source CI/CD platform that tests your models and code.
Stars: ✭ 704 (+4593.33%)
Mutual labels:  ci, cd
Koa2 Api Scaffold
一个基于Koa2的轻量级RESTful API Server脚手架。
Stars: ✭ 694 (+4526.67%)
Mutual labels:  express, koa
Teamvision
Teamvision软件工程协作工具
Stars: ✭ 380 (+2433.33%)
Mutual labels:  ci, cd
Ultima
An open source, Infrastructure-as-Code cloud platform with built-in CI and local development environment.
Stars: ✭ 18 (+20%)
Mutual labels:  ci, cd
Node Tutorial
☺️Some of the node tutorial -《Node学习笔记》
Stars: ✭ 364 (+2326.67%)
Mutual labels:  express, koa
Deprecated
🚀 Framework for building universal web app and static website in Vue.js (beta)
Stars: ✭ 858 (+5620%)
Mutual labels:  express, koa
Nuxt Ssr
✨vue+nuxt+sass+node+express+MongoDB 实现的SSR项目。
Stars: ✭ 323 (+2053.33%)
Mutual labels:  express, ssr
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (+2933.33%)
Mutual labels:  express, ssr
Node Abc
《Node.js入门教程》
Stars: ✭ 306 (+1940%)
Mutual labels:  express, koa
Horusec
Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.
Stars: ✭ 311 (+1973.33%)
Mutual labels:  ci, cd
Github Actions Golang
GitHub Actions as CI for Go
Stars: ✭ 672 (+4380%)
Mutual labels:  ci, cd
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+5813.33%)
Mutual labels:  express, koa

目录构建

  • config
  • const
  • store
  • src
  • components
  • containers
  • actions
  • router
  • views
  • reducers
  • utils
  • build
touch index.js App.js readme.md
touch webpack.config.base.js webpack.config.dev.js webpack.config.prod.js env.js paths.js
mkdir -p build src/{const,store,config,component,container,action,router,view,reducer,util,server}

package

    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "express": "^4.16.3",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "webpack": "^4.16.0",
    "webpack-cli": "^3.0.8",
    "webpack-node-externals": "^1.7.2"
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].