- Notifications
You must be signed in to change notification settings - Fork0
React Starter Kit — a skeleton of an "isomorphic" web application / SPA built with React.js, Express, Flux, ES6+, JSX, Babel, PostCSS, Webpack, BrowserSync...
License
lcoderre/react-starter-kit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
React Starter Kit is an opinionatedboilerplate for web development built on top of Facebook'sReact library,Node.js /Express serverandFlux architecture. Containingmodern web development tools such asWebpack,Babel andBrowserSync.Helping you to stay productive following the best practices. A solid startingpoint for both professionals and newcomers to the industry.
Seedemo | docs | bugs & feature requests | join#react-starter-kit chatroom to stay up to date | visit our sponsors:
- Follow thegetting started guide to download and run the project
- Check thecode recipes used in this boilerplate, or share yours
.├── /build/ # The folder for compiled output├── /docs/ # Documentation files for the project├── /node_modules/ # 3rd-party libraries and utilities├── /src/ # The source code of the application│ ├── /actions/ # Action creators that allow to trigger a dispatch to stores│ ├── /api/ # REST API / Relay endpoints│ ├── /components/ # React components│ ├── /constants/ # Constants (action types etc.)│ ├── /content/ # Static content (plain HTML or Markdown, Jade, you name it)│ ├── /core/ # Core framework and utility functions│ ├── /decorators/ # Higher-order React components│ ├── /public/ # Static files which are copied into the /build/public folder│ ├── /stores/ # Stores contain the application state and logic│ ├── /client.js # Client-side startup script│ ├── /config.js # Global application settings│ ├── /routes.js # Universal (isomorphic) application routes│ └── /server.js # Server-side startup script├── /tools/ # Build automation scripts and utilities│ ├── /lib/ # Library for utility snippets│ ├── /build.js # Builds the project from source to output (build) folder│ ├── /bundle.js # Bundles the web resources into package(s) through Webpack│ ├── /clean.js # Cleans up the output (build) folder│ ├── /copy.js # Copies static files to output (build) folder│ ├── /deploy.js # Deploys your web application│ ├── /run.js # Helper function for running build automation tasks│ ├── /runServer.js # Launches (or restarts) Node.js server│ ├── /start.js # Launches the development web server with "live reload"│ └── /webpack.config.js # Configurations for client-side and server-side bundles│── package.json # The list of 3rd party libraries and utilities└── preprocessor.js # ES6 transpiler settings for Jest
- React Static Boilerplate — Generates static websites from React components
- Babel Starter Kit — Boilerplate for authoring JavaScript/React.js libraries
- React Decorators — A collection of higher-order React components
- Getting Started with React.js
- Getting Started with GraphQL and Relay
- React.js Questions on StackOverflow
- React.js Discussion Board
- Flux Architecture for Building User Interfaces
- Jest - Painless Unit Testing
- Flow - A static type checker for JavaScript
- The Future of React
- Learn ES6,ES6 Features
- #react-starter-kit on Gitter — Feedback, feature requests, Q&A
- @koistya on Codementor — Mentorship, pair coding, code reviews
- support@kriasoft.com — Customization requests, help with GraphQL/Relay, database design etc.
Copyright © 2014-2015 Kriasoft, LLC. This source code is licensed under the MITlicense found in theLICENSE.txtfile. The documentation to the project is licensed under theCC BY-SA 4.0 license.
Made with ♥ by Konstantin Tarkus (@koistya) andcontributors
About
React Starter Kit — a skeleton of an "isomorphic" web application / SPA built with React.js, Express, Flux, ES6+, JSX, Babel, PostCSS, Webpack, BrowserSync...
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- JavaScript64.1%
- CSS22.3%
- HTML13.6%