Giter Club home page Giter Club logo

react-digitalmall's Introduction

项目命令

git clone https://github.com/HancockTong/React-DigitalMall.git //克隆项目
npm install //安装node modules
cd mock && node server.js //启动后台服务器
npm run dev //启动网页

部分模块解释

  • "body-parser": express中间件,作用是对post请求的请求体进行解析;
  • "ejs": 是一个JavaScript模板库,用来从JSON数据中生成HTML字符串;
  • "es6-promise": 用于处理异步回调代码;
  • "express-session": 针对nodejs express框架提供的一套session扩展;
  • "redux-thunk": 处理异步操作,在action作用到reducer之前触发一些业务操作。刚好起到控制层的作用;

react-digitalmall's People

Contributors

hanck97 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.