All Projects → KarolAltamirano → generator-react-web

KarolAltamirano / generator-react-web

Licence: MIT license
Yeoman generator for creating interactive web sites with React and Redux + Webpack, Flow, ES7+, Babel, Yarn, npm Scripts, i18n, Redux Saga, SCSS, CSS Modules

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-web

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 (+171.43%)
Mutual labels:  yarn, redux-saga
vite-vue-admin
🎉🎉使用Vite + Vue3 + TypeScript + Element-plus + Mock开发的后台管理系统🎉🎉
Stars: ✭ 97 (+177.14%)
Mutual labels:  i18n, yarn
Npm Script Naming Ideas
Ideas for naming npm scripts
Stars: ✭ 12 (-65.71%)
Mutual labels:  yarn, npm-scripts
molecule
⚛️ –  – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+171.43%)
Mutual labels:  yarn, redux-saga
React Boilerplate Cra Template
🔥 Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
Stars: ✭ 859 (+2354.29%)
Mutual labels:  i18n, redux-saga
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-62.86%)
Mutual labels:  yarn, npm-scripts
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+171.43%)
Mutual labels:  yarn, redux-saga
React Boilerplate Typescript
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices ( Typescript )
Stars: ✭ 279 (+697.14%)
Mutual labels:  i18n, redux-saga
React Boilerplate
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
Stars: ✭ 28,151 (+80331.43%)
Mutual labels:  i18n, redux-saga
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+777.14%)
Mutual labels:  i18n, redux-saga
eslint-config-with-prettier
Eslint config with prettier
Stars: ✭ 39 (+11.43%)
Mutual labels:  yarn, npm-scripts
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (+268.57%)
Mutual labels:  i18n, redux-saga
abilitysheet
This app is ability sheet for beatmania iidx music of level 12.
Stars: ✭ 38 (+8.57%)
Mutual labels:  yarn, redux-saga
umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-51.43%)
Mutual labels:  redux-saga
deepl-api-connector
Connector library for deepl.com rest translation api
Stars: ✭ 12 (-65.71%)
Mutual labels:  i18n
simple-translator
Simple, universal translation with pure JavaScript.
Stars: ✭ 58 (+65.71%)
Mutual labels:  i18n
slides
Alexander Makarov conference slides
Stars: ✭ 26 (-25.71%)
Mutual labels:  i18n
select-run
A CLI tool to interactively search & select one or many package.json npm scripts to run
Stars: ✭ 29 (-17.14%)
Mutual labels:  npm-scripts
mkdocs-static-i18n
MkDocs i18n plugin using static translation markdown files
Stars: ✭ 78 (+122.86%)
Mutual labels:  i18n
crassa
Create React App Server Side Application
Stars: ✭ 16 (-54.29%)
Mutual labels:  redux-saga

React web

Yeoman generator for creating interactive web sites with React and Redux + Webpack, Flow, ES7+, Babel, Yarn, npm Scripts, i18n, Redux Saga, SCSS, CSS Modules

Build Status Dependency Status npm version

About generator

Generator helps you initialize new interactive web site project.

Features

  • Flow
  • React
  • Redux
  • i18n
  • Redux Saga
  • Webpack
  • ES7+
  • Babel
  • Yarn
  • npm Scripts
  • CSS Modules
  • SCSS

Getting Started

Requirements

  • NodeJS v6.0 or newer
  • npm v3.10 or newer
  • yarn (to install run npm install --global yarn)
  • yo (to install run npm install -g yo, to update run npm update -g yo)
  • flow-typed (to install run npm install -g flow-typed)

Installation

  • Install: npm install -g generator-react-web
  • Run: yo react-web

Build

  • Run: yarn run start to start dev server and watch for file changes
  • Run: yarn run build to build for production
  • For more information about the boilerplate, see its README.md
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].