All Projects → pratishshr → react-starter

pratishshr / react-starter

Licence: MIT license
Starter kit for React.

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

Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+3437.5%)
Mutual labels:  react-router, webpack2, starter-kit
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+818.75%)
Mutual labels:  react-router, webpack2, starter-kit
React Router Async Routing
react router v4 async routing
Stars: ✭ 130 (+712.5%)
Mutual labels:  react-router, webpack2
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (+781.25%)
Mutual labels:  react-router, starter-kit
react-starter-kit
🚀 React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (+62.5%)
Mutual labels:  webpack2, react-starter
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (+187.5%)
Mutual labels:  react-router, starter-kit
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (+431.25%)
Mutual labels:  react-router, webpack2
V2 Universal Js Hmr Ssr React Redux
⚡ (V2) Universal JS - Server Side Rendering, Code Splitting and Hot Module Reloading ⚡
Stars: ✭ 147 (+818.75%)
Mutual labels:  react-router, webpack2
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+17275%)
Mutual labels:  react-router, starter-kit
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+343.75%)
Mutual labels:  react-router, starter-kit
webpack-starter
'Just Add Water' Webpack 2, babel and glslify gourmet mix.
Stars: ✭ 13 (-18.75%)
Mutual labels:  webpack2, starter-kit
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+5968.75%)
Mutual labels:  react-router, webpack2
React Static Complete Website
A complete website built using React JS, With SEO, Code Splitting, Pre-rendering, gzip and more.
Stars: ✭ 16 (+0%)
Mutual labels:  react-router, webpack2
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (+487.5%)
Mutual labels:  react-router, webpack2
Base
A starting point for Meteor apps.
Stars: ✭ 654 (+3987.5%)
Mutual labels:  react-router, starter-kit
react-webpack2-skeleton
Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
Stars: ✭ 59 (+268.75%)
Mutual labels:  react-router, webpack2
React Antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 321 (+1906.25%)
Mutual labels:  react-router, webpack2
React Router Server
Server Side Rendering library for React Router v4.
Stars: ✭ 443 (+2668.75%)
Mutual labels:  react-router, webpack2
Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+1362.5%)
Mutual labels:  react-router, webpack2
react-antd
基于react + redux + immutable + less + ES6/7 + webpack2.0 + fetch + react-router + antd实现的SPA后台管理系统模板
Stars: ✭ 320 (+1900%)
Mutual labels:  react-router, webpack2

Repo Archived

Use this instead
React Boilerplate

React Starter

Build Status Code Climate

Simple starter kit for React projects.

Comes with:

Install

Clone the repository and install dependencies using yarn.

$ git clone [email protected]:pratishshr/react-starter.git <project-name>

$ cd <project-name>

$ yarn

Start the application in development mode using yarn start

Scripts

The following commands are available:

Name Description
start Start application using webpack-dev-server
lint Run linter
lint:fix Run linter and try to fix errors
test Run tests
test:coverage Run tests and show code coverage report
build Development build
build:production Production build

Run a command using yarn <command:name>

Contribution

For contributions and feature requests, please create an issue.

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