8000 GitHub - GevilEsen/CodingWell
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GevilEsen/CodingWell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingWell

Created on Wed Dec 13 2017 16:37:03 GMT+0800

Prepare for Develop a CMS based on Node

$ git clone https://github.com/Coding-Well/CodingWell.git

$ cd CodingWell

$ npm i

$ yarn start

目录结构

CodingWell/
   |
   ├──public/
   |
   ├──server/
   │   │
   |   |——HttpCommunication.js   * Http通信模块
   |   |——sys2db.js              * middleware通信数据层
   │   └──index.js               * 后端 node 服务启动文件
   │
   ├──src/
   │   │
   │   │──Auth/
   │   │   │
   │   │   └──Login.js           * 登录页文件
   |   │
   │   │──static/                * 前端所需静态资源目录
   │   │   │
   │   │   │──bg.gif
   │   │   │
   │   │   └──welcome.css
   |   │
   │   │──Welcome/
   │   │   │
   │   │   └──Welcome.js         * 欢迎页
   |   │
   │   │──index.css
   |   │
   │   │──index.js
   |   │
   │   │──registerServiceWorker.js
   |   │
   │   └──Routes.js
   │
   └──package.json

Add NodeLayer modules

Add Login page

Add middleware

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0