All Projects → thomasthiebaud → react-kit

thomasthiebaud / react-kit

Licence: other
Ready-to-go react App

Programming Languages

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

Projects that are alternatives of or similar to react-kit

isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-24%)
Mutual labels:  redux-saga, code-splitting, react-router-v4
mickey
🤠 Lightweight front-end framework for creating React and Redux based app painlessly.
Stars: ✭ 26 (+4%)
Mutual labels:  redux-saga, react-router-v4
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (+96%)
Mutual labels:  redux-saga, code-splitting
OverWatchTeams
react+redux+redux-saga+axios
Stars: ✭ 23 (-8%)
Mutual labels:  redux-saga, react-router-v4
Modern-Web-App
React PWA with SSR and Code splitting
Stars: ✭ 45 (+80%)
Mutual labels:  code-splitting, react-router-v4
V2 Universal Js Hmr Ssr React Redux
⚡ (V2) Universal JS - Server Side Rendering, Code Splitting and Hot Module Reloading ⚡
Stars: ✭ 147 (+488%)
Mutual labels:  code-splitting, 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 (+280%)
Mutual labels:  redux-saga, react-router-v4
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (+348%)
Mutual labels:  code-splitting, react-router-v4
React Native Starter Kit
React Native starter kit, get up and running !
Stars: ✭ 9 (-64%)
Mutual labels:  redux-saga, react-router-v4
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-52%)
Mutual labels:  redux-saga, react-router-v4
Typescript Hapi React Hot Loader Example
Simple TypeScript React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (+76%)
Mutual labels:  redux-saga, code-splitting
dva-boot
🌱 使用CRA(create-react-app v2) 构建的react dva 2 脚手架 支持动态路由、接口数据模拟、按功能分层、并且包含诸多实用的小组件
Stars: ✭ 79 (+216%)
Mutual labels:  code-splitting, react-router-v4
React Adventure
⛰ React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (+148%)
Mutual labels:  redux-saga, react-router-v4
React Social Network
Simple React Social Network
Stars: ✭ 409 (+1536%)
Mutual labels:  redux-saga, react-router-v4
Hapi React Hot Loader Example
Simple React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (+76%)
Mutual labels:  redux-saga, code-splitting
Starter Pack
Combines React (ft. hooks), Redux, Redux-saga and TypeScript with Auth0 as a starting point for modern web apps with solid authentication
Stars: ✭ 209 (+736%)
Mutual labels:  redux-saga, code-splitting
next-ifood
Ifood clone made with NextJS ⚛️
Stars: ✭ 68 (+172%)
Mutual labels:  redux-saga
react admin
🎉 TS+Hooks 后台管理系统 http://hooks.sunhang.top
Stars: ✭ 39 (+56%)
Mutual labels:  redux-saga
media-library
An online media library application with React, Redux and redux-saga
Stars: ✭ 27 (+8%)
Mutual labels:  redux-saga
Project06-A-Slack
팀 협업도구, 우리동네 슬랙 🚀
Stars: ✭ 14 (-44%)
Mutual labels:  redux-saga

DEPRECATED I'm archiving this repo. Create React App does a better job, is well maintained and support more options.


Do you prefer typescript ? If so, use the dedicated branch instead

Setup

This project was tested with nodejs version 8.9.4. You can easily install this version using nvm and then running

nvm install

and then install modules with

npm install

Scripts

The following scripts are available

Name Description
build Alias for build:prod
build:dev Create development bundle
build:prod Create optimized production bundle
clean Remove existing bundle and error files
lint Run linter
lint:fix Run linter and try to fix errors
start Alias for start:dev
start:dev Start developemnt server using development bundle
start:prod Start production server using production bundle
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].