All Projects β†’ adeelibr β†’ React Starter Kit

adeelibr / React Starter Kit

Licence: mit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Starter Kit

Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-86.03%)
Mutual labels:  webpack, eslint, prettier, babel, boilerplate, code-splitting
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+8077.73%)
Mutual labels:  webpack, hmr, eslint, babel, starter-kit, boilerplate
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 πŸš€, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+54.59%)
Mutual labels:  webpack, webpack4, babel, starter-kit, boilerplate
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (-27.95%)
Mutual labels:  webpack, eslint, babel, boilerplate, code-splitting
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+613.1%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate
Serverless Typescript Starter
πŸ—„πŸ™…β€β™€οΈ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+185.15%)
Mutual labels:  webpack, eslint, prettier, babel, starter-kit
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+196.07%)
Mutual labels:  webpack, hmr, eslint, prettier, babel
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-38.43%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate
Js Library Boilerplate
Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more
Stars: ✭ 202 (-11.79%)
Mutual labels:  webpack, webpack4, babel, starter-kit, boilerplate
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (-37.12%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-55.46%)
Mutual labels:  webpack, webpack4, babel, boilerplate
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-55.02%)
Mutual labels:  webpack, webpack4, babel, bootstrap4
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (-2.18%)
Mutual labels:  webpack, webpack4, babel, boilerplate
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-61.57%)
Mutual labels:  webpack, prettier, babel, boilerplate
Lecture Frontend Dev Env
"[μΈν”„λŸ°] ν”„λ‘ νŠΈμ—”λ“œ κ°œλ°œν™˜κ²½μ˜ 이해와 μ‹€μŠ΅" κ°•μ˜ μ‹€μŠ΅ μžλ£Œμž…λ‹ˆλ‹€.
Stars: ✭ 108 (-52.84%)
Mutual labels:  webpack, eslint, prettier, babel
React Redux Saucepan
A minimal and universal react redux starter project. With hot reloading, linting and server-side rendering
Stars: ✭ 86 (-62.45%)
Mutual labels:  eslint, prettier, babel, boilerplate
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (-65.94%)
Mutual labels:  webpack, eslint, prettier, babel
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-49.78%)
Mutual labels:  webpack, eslint, babel, boilerplate
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-49.34%)
Mutual labels:  webpack, prettier, babel, boilerplate
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (-49.34%)
Mutual labels:  webpack, hmr, eslint, prettier

Documentation

Webapp Was Built In:

  • ReactJS
  • Redux
  • Webpack 4
  • Babel 7
  • React Material UI
  • Bootstrap 4
  • SCSS, CSS Support
  • HMR
  • Code Splitting with React.lazy & React.Suspense
  • Code Formatter (Prettier)
  • Eslint configured extended with Airbnb style guide & support for prettier
  • Jest & Enzyme Configured
  • Automatically lint & format code, when committing it. [Husky/Lint-Staged]

Tutorials

Things I did while setting up the boiler plate for this code base, I wrote it all down in a series of articles

Deploying a Node Instance On Linux Server Using PM2

How to start on PM2 [This is specific if you serve your files on a linux server where a NodeJS application is deployed as a server serving the .js files

 npm i
 node_modules/.bin/webpack --config webpack.prod.config.js --colors --progress
 node server
 PORT=8082 pm2 start server --name "app-name-to-deploy"
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].