All Projects → HosseinKarami → React Starter Kit

HosseinKarami / React Starter Kit

React Starter Kit - Fiercely quick front-end boilerplate and workflows, React.js, Babel, PostCSS, Webpack

Projects that are alternatives of or similar to React Starter Kit

Online Bling
Stars: ✭ 9 (-85.25%)
Mutual labels:  webpack, babel
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-47.54%)
Mutual labels:  webpack, babel
Google Apps Script Template
A starting point for google apps script projects for transpilation, editing and deployment
Stars: ✭ 20 (-67.21%)
Mutual labels:  webpack, babel
React Things
Коллекция материалов для изучения React
Stars: ✭ 789 (+1193.44%)
Mutual labels:  webpack, babel
React Es6 Padawan To Jedi Book
Uma introdução simples e completa para React usando ES6 e Babel.
Stars: ✭ 46 (-24.59%)
Mutual labels:  webpack, babel
Braid Design System
Themeable design system for the SEEK Group
Stars: ✭ 888 (+1355.74%)
Mutual labels:  webpack, babel
Skyvow.github.io
🐶 My resume - 个人简历
Stars: ✭ 27 (-55.74%)
Mutual labels:  webpack, babel
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+1011.48%)
Mutual labels:  webpack, babel
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+1565.57%)
Mutual labels:  webpack, babel
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-42.62%)
Mutual labels:  webpack, babel
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+1173.77%)
Mutual labels:  webpack, babel
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-13.11%)
Mutual labels:  webpack, babel
React Article Bucket
总结,积累,分享,传播JavaScript各模块核心知识点文章全集,欢迎star,issue(勿fork,内容可能随时修改)。webpack核心内容部分请查看专栏: https://github.com/liangklfangl/webpack-core-usage
Stars: ✭ 750 (+1129.51%)
Mutual labels:  webpack, babel
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-57.38%)
Mutual labels:  webpack, babel
Blog
Here is my blog
Stars: ✭ 714 (+1070.49%)
Mutual labels:  webpack, babel
That React App You Want
That react app you always wanted: [email protected], [email protected], postCSS, purifycss, dll's and code splitting examples, bregh. Highly opinionated but you better like it.
Stars: ✭ 27 (-55.74%)
Mutual labels:  webpack, babel
Presspack
💻 Wordpress like it's 2020 with Webpack and Docker
Stars: ✭ 658 (+978.69%)
Mutual labels:  webpack, babel
Sagui
🐒 Front-end tooling in a single dependency
Stars: ✭ 676 (+1008.2%)
Mutual labels:  webpack, babel
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+1491.8%)
Mutual labels:  webpack, babel
Js Toolbox
CLI tool to simplify the development of JavaScript apps/libraries with little to no configuration. (WORK IN PROGRESS/PACKAGE NOT PUBLISHED).
Stars: ✭ 53 (-13.11%)
Mutual labels:  webpack, babel

React Starter Kit

Install

yarn install
Command Setup

In the project directory, you can run:

yarn start or yarn build

Runs the app in the development mode. Open http://localhost:9000 to view it in the browser.

The page will reload if you make edits.

yarn build:prod

Builds the app for production to the app folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified. Your app is ready to be deployed!

See the section about deployment for more information.

Dynamic copyright/project banners

The package.json includes the dependencies for the project as well as information about the project. Entries here will be dynamically appended to the top of generated .css and.js files, by default it ships with FastShell's banner:

/*!
 * +-----------------------------+
 * ReactStarterKit               *
 * ReactJs - React Starter Kit   *
 * @author Hossein Karami        *
 * https://hosseinkarami.com     *
 * Copyright 2017 MIT licensed.  *
 * +-----------------------------+
 */

Scaffolding

ReactStarterKit
├── README.md
├── node_modules
├── webpack.config.js
├── postcss.config.js
├── package.json
├── .gitignore
├── app
│   ├── assets
│   │   ├── css
│   │   ├── img
│   │   └── js
│   ├── favicon.ico
│   └── index.html
│   
└── src
    └── app
    │    ├── components
    │    └── utils
    └── scss
    │    ├── mixins
    │    ├── modules
    │    ├── partials
    │    ├── vendor
    │    └── style.scss
    └── index.js
    └── favicon.ico

License

The MIT License (MIT)

Copyright © 2017 Hossein Karami [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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