All Projects → NewDadaFE → generator-react-impression

NewDadaFE / generator-react-impression

Licence: MIT license
Yeoman generator for React project.

Programming Languages

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

Projects that are alternatives of or similar to generator-react-impression

cra-flask
Unejected create-react-app ui, flask api with token authentication
Stars: ✭ 20 (+5.26%)
Mutual labels:  react-router
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+273.68%)
Mutual labels:  react-router
CRA-boilerplate
Personal CRA boilerplate
Stars: ✭ 42 (+121.05%)
Mutual labels:  react-router
react-express-mongodb
基于react全家桶+antd design+webpack2+node+express+mongodb开发的前后台博客系统
Stars: ✭ 26 (+36.84%)
Mutual labels:  react-router
laravel-react-spa
A Laravel-React SPA starter project template.
Stars: ✭ 94 (+394.74%)
Mutual labels:  react-router
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-26.32%)
Mutual labels:  react-router
react-ssr-starter
🔥 ⚛️ A React boilerplate for a universal web app with a highly scalable, offline-first foundation and our focus on performance and best practices.
Stars: ✭ 40 (+110.53%)
Mutual labels:  react-router
Google-Clone
A Google Clone which built with ReactJS. When you click Gmail button, you will be directed to my other project, Gmail Clone. You can search whatever you want and send realtime emails by clicking Gmail button!
Stars: ✭ 37 (+94.74%)
Mutual labels:  react-router
esri-react-router-example
Example of how to load and use the ArcGIS API for JavaScript in a react-router application
Stars: ✭ 24 (+26.32%)
Mutual labels:  react-router
frontend-tutorial
🎨 一个后端程序员的前端技术总结
Stars: ✭ 122 (+542.11%)
Mutual labels:  react-router
reactplate
[unmaintained] 🚀 A Minimal Setup & Fast Boilerplate for React.js with Vite.
Stars: ✭ 25 (+31.58%)
Mutual labels:  react-router
react-router-reanimated
Easily bring animations and gesture-enabled navigation to your React Native app built with React Router.
Stars: ✭ 17 (-10.53%)
Mutual labels:  react-router
order-service
一个基于vuejs,reactjs,nodejs,socket.io的服务系统
Stars: ✭ 22 (+15.79%)
Mutual labels:  react-router
io-dev
IO Dev is a portfolio website to showcase the work and projects I have created
Stars: ✭ 22 (+15.79%)
Mutual labels:  react-router
react-starter
Starter kit for React.
Stars: ✭ 16 (-15.79%)
Mutual labels:  react-router
react-passage
Link and Redirect to routes safely in your react applications 🌄
Stars: ✭ 61 (+221.05%)
Mutual labels:  react-router
react-router-i18n
Internationalization library built on top of React Router
Stars: ✭ 24 (+26.32%)
Mutual labels:  react-router
reactnest-boilerplate
🗼A starter project template with (Ngnix, ReactJS, Redux, Redux Thunk, React Router, NestJS, TypeORM, PostgreSQL, Docker, PM2) + (Code Style, Conventional Changelog with Commitlint, Husky, Git CZ)
Stars: ✭ 85 (+347.37%)
Mutual labels:  react-router
react-workshop
Practical Introduction to React (with Redux & React Router v4)
Stars: ✭ 17 (-10.53%)
Mutual labels:  react-router
react-guidebook
📚 React 知识图谱 关于概念、技巧、生态、前沿、源码核心
Stars: ✭ 22 (+15.79%)
Mutual labels:  react-router

已废弃,迁移到generator

generator-react-impression

React + Redux + React Router + React Impression + Webpack 3

English Version

安装

首先, 安装Yeomangenerator-react-impression:

yarn global add yo generator-react-impression

然后创建新项目:

yo react-impression

或者升级旧项目:

cd YOUR_PROJECT_FOLDER
yo react-impression --upgrade

开发

首先, 进入项目目录并执行如下命令:

yarn start

然后, 打开浏览器并访问 http://localhost:8080

发版

首先, 在package.json文件中修改七牛云配置并加入密钥:

{
  "deploy": {
    "DOMAIN": "fe.imdada.cn",
    "BUCKET": "dada-fe",
    "ACCESS_KEY": "",
    "SECRET_KEY": ""
  }
}

然后执行如下命令之一:

# 小版本更新,如修复问题
npm version patch -m 'Release version %s'

# 大版本更新,如增加功能
npm version minor -m 'Release version %s'

# 手动指定版本号,如1.0.0
npm version 1.0.0 -m 'Release version %s'

# 测试版本
yarn debug

最佳实践

License

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