All Projects → rkkautsar → react-starter

rkkautsar / react-starter

Licence: other
An opinionated simple react boilerplate

Programming Languages

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

Projects that are alternatives of or similar to react-starter

Create React Redux App Structure
Create React + Redux app structure with build configurations ✨
Stars: ✭ 161 (+631.82%)
Mutual labels:  redux-thunk, starter-kit
React Native Typescript Boilerplate
React Native Typescript starter kit / template (Redux Thunk + React Native Navigation v7 + TSLint)
Stars: ✭ 155 (+604.55%)
Mutual labels:  redux-thunk, starter-kit
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+222.73%)
Mutual labels:  starter-kit
init-typescript-app
Initialize clean TypeScript setup by running single command. Optional package publication to npm.
Stars: ✭ 20 (-9.09%)
Mutual labels:  starter-kit
symfony-lts-docker-starter
🐳 Dockerized your Symfony project using a complete stack (Makefile, Docker-Compose, CI, bunch of quality insurance tools, tests ...) with a base according to up-to-date components and best practices.
Stars: ✭ 39 (+77.27%)
Mutual labels:  starter-kit
blog-front
Blog@NextJs
Stars: ✭ 65 (+195.45%)
Mutual labels:  redux-thunk
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+27.27%)
Mutual labels:  starter-kit
android-github-repo-template
A template for creating new repositories for the new Android Project.
Stars: ✭ 18 (-18.18%)
Mutual labels:  starter-kit
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+136.36%)
Mutual labels:  starter-kit
generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-40.91%)
Mutual labels:  starter-kit
square-mock
A simple mock-up of the Square Dashboard UI Kit using React, Redux, Webpack, Babel, and Firebase.
Stars: ✭ 21 (-4.55%)
Mutual labels:  redux-thunk
ultimate-backend-dashboard
ultimate react ssr starter kit is a boilerplate strapped with Apollo graphql support and alot of goodies based on FusionJS
Stars: ✭ 19 (-13.64%)
Mutual labels:  starter-kit
mern-stack-application
A MERN stack e-commerce website.
Stars: ✭ 45 (+104.55%)
Mutual labels:  redux-thunk
tdesign-vue-starter
A starter-kit for TDesign Vue UI components.
Stars: ✭ 199 (+804.55%)
Mutual labels:  starter-kit
weex-vue-starter-kit
weex starter kit in vue to use weexpack & weex both.(support hot-reload)
Stars: ✭ 24 (+9.09%)
Mutual labels:  starter-kit
nodejs-express-app
Start building your next Node.js Express app on IBM Cloud.
Stars: ✭ 42 (+90.91%)
Mutual labels:  starter-kit
tensorflow-stack-ts
TensorFlow.js Full-Stack Starter Kit
Stars: ✭ 33 (+50%)
Mutual labels:  starter-kit
php-base-project
A Composer ready package to start a new PHP 7 project
Stars: ✭ 17 (-22.73%)
Mutual labels:  starter-kit
electron-vue-typescript-starter
Starter project for an Electron app with Vue in TypeScript.
Stars: ✭ 36 (+63.64%)
Mutual labels:  starter-kit
rc-redux-model
一种较为舒适的数据状态管理书写方式,内部自动生成 action, 只需记住一个 action,可以修改任意的 state 值,方便简洁,释放你的 CV 键~
Stars: ✭ 48 (+118.18%)
Mutual labels:  redux-thunk

Use react-starter-ssr for server-side-rendering

Description

An opinionated simple react boilerplate

Usage

Clone the boilerplate

git clone https://github.com/rkkautsar/react-starter

Install dependencies

npm install
npm start # run development server at :4000
npm run build # build production to dist/

Reset git

rm -rf .git
git init

Tech

  1. React 16
  2. Babel (stage-0, async-await)
  3. ESLint + Prettier
  4. Redux
  5. Ava
  6. React Router
  7. Styled Components
  8. Superagent
  9. Webpack 4 (Webpack)

To-do

  1. React Loadable & Code Splitting
  2. More refactoring
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].