All Projects → houyaowei → react-project-tpl

houyaowei / react-project-tpl

Licence: other
react project template

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-project-tpl

hotlist
今日热榜(前端)
Stars: ✭ 51 (+59.38%)
Mutual labels:  antd, react-router-v4
3yadmin
基于react全家桶+antd构建的专注通用权限控制与表单的后台管理系统模板
Stars: ✭ 381 (+1090.63%)
Mutual labels:  antd, react-router-v4
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+200%)
Mutual labels:  antd, react-router-v4
react-antd-admin
react-antd-admin 是一个后台集成解决方案,它基于 react 和 antd; 内置了动态路由,标签页缓存,权限验证、切换功能
Stars: ✭ 42 (+31.25%)
Mutual labels:  antd, react-router-v4
React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (+265.63%)
Mutual labels:  antd, react-router-v4
react-cli
基于 create-react-app 搭建的前端脚手架
Stars: ✭ 18 (-43.75%)
Mutual labels:  antd, react-router-v4
react-template
An enterprise react template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, PWA support, route configuration, lazy loading and CI/CD
Stars: ✭ 44 (+37.5%)
Mutual labels:  antd, saga
Reactspa
combination of react teconology stack
Stars: ✭ 911 (+2746.88%)
Mutual labels:  antd, react-router-v4
Spring Security React Ant Design Polls App
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
Stars: ✭ 1,336 (+4075%)
Mutual labels:  antd, react-router-v4
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (+37.5%)
Mutual labels:  antd, react-router-v4
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+196.88%)
Mutual labels:  yarn, react-router-v4
iwish
I wish that too!
Stars: ✭ 19 (-40.62%)
Mutual labels:  yarn, react-router-v4
Simple React App
Simple base app using react, react-router v4, hot-reload & sass.
Stars: ✭ 263 (+721.88%)
Mutual labels:  yarn, react-router-v4
yarn-prometheus-exporter
Export Hadoop YARN (resource-manager) metrics in prometheus format
Stars: ✭ 44 (+37.5%)
Mutual labels:  yarn
algo-builder
Framework to automate development of Algorand Assets and Smart Contracts.
Stars: ✭ 132 (+312.5%)
Mutual labels:  yarn
restql
RESTful API Resolver for Nested-Linked Resources | 🕸 🕷
Stars: ✭ 16 (-50%)
Mutual labels:  yarn
marayarn
Marathon on yarn
Stars: ✭ 13 (-59.37%)
Mutual labels:  yarn
ansible-role-yarn
Ansible Role - YARN Package Manager for Ubuntu/RHEL/CentOS https://galaxy.ansible.com/ocha/yarn/
Stars: ✭ 27 (-15.62%)
Mutual labels:  yarn
React-Nest-Admin
admin project powered by 🚀 React + Nestjs + Antd 全栈中后台,后端项目:https://github.com/cnscorpions/React-Nest-Admin-be
Stars: ✭ 37 (+15.63%)
Mutual labels:  antd
react-truffle-metamask
Build an DApp using react, redux, saga, truffle, metamask
Stars: ✭ 25 (-21.87%)
Mutual labels:  saga

react 前端模板

提供一站式的 react 项目开发模板,完全实现 0 配置,你可以享受到如下服务:

  • 基于流行的三方库:redux,saga,router 等。
  • 及时上手,不用其他配置即可进行业务开发。
  • 提供前端 mock server,真正实现前后端分离
  • 自动提供 eslint 检查
  • 打包自动优化

install nodejs

https://nodejs.org/en/

install yarn

https://yarnpkg.com/en/docs/install

install project node packages

  • install by yarn or npm

yarn install or npm install

  • run the demo

yarn run start

resource

React

Redux 中文

react-router

Redux-saga

ES6

run mock server

cd server directory yarn install yarn start

fix error

  • error Msg:The engine "node" is incompatible with this module. Expected version ">=4 <=9".

resolve : yarn config set ignore-engines true

  • "image-webpack-loader": "^6.0.0",

    npm is not loaded

code formate

  • vs code setting

    "editor.formatOnSave": false,

    "[javascript]": {
        "editor.formatOnSave": true
    }
    
  • webstorm

    ctrl+alt+shift +P

pre-commit 根据情况定义

npm add --dev pre-commit

package.json中配置
"pre-commit": [
  "eslint"
]

questions

如果问题请及时提 issue。

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].