All Projects → ReactJSResources → React Webpack Babel

ReactJSResources / React Webpack Babel

Licence: mit
Simple React Webpack Babel Starter Kit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Webpack Babel

React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+1597.02%)
Mutual labels:  webpack, boilerplate, starter-kit
Webpack Simple Starter
A simple webpack starter without framework (Like Vue, React, Angular, etc.)
Stars: ✭ 661 (-46.74%)
Mutual labels:  webpack, starter-kit, starter
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (-58.98%)
Mutual labels:  starter-kit, starter, boilerplate
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-72.68%)
Mutual labels:  webpack, starter-kit, starter
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-96.86%)
Mutual labels:  starter-kit, starter, boilerplate
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (-71.47%)
Mutual labels:  webpack, starter-kit, boilerplate
Html5 Boilerplate
A simple, fast, modern, pure html, css (and sass), js, live reload starter template
Stars: ✭ 65 (-94.76%)
Mutual labels:  webpack, starter-kit, boilerplate
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (-81.63%)
Mutual labels:  webpack, starter-kit, starter
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (-22.8%)
Mutual labels:  webpack, starter, boilerplate
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-97.9%)
Mutual labels:  webpack, starter-kit, starter
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+1409.02%)
Mutual labels:  webpack, starter-kit, boilerplate
Webvr Webpack Boilerplate
A webvr multi-scenes Single-page application for three.js, webpack
Stars: ✭ 47 (-96.21%)
Mutual labels:  webpack, starter-kit, boilerplate
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (-78.16%)
Mutual labels:  starter-kit, starter, boilerplate
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (-69.06%)
Mutual labels:  webpack, starter-kit, boilerplate
Vue Electron Template
An Electron & Vue.js template with Hot-reloading enabled and common Vue plugins, dev, debug and build scripts configured.
Stars: ✭ 260 (-79.05%)
Mutual labels:  webpack, starter, boilerplate
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (-55.52%)
Mutual labels:  webpack, starter-kit, starter
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (-81.95%)
Mutual labels:  webpack, starter, boilerplate
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-81.55%)
Mutual labels:  webpack, starter-kit, boilerplate
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (-43.27%)
Mutual labels:  starter-kit, starter, boilerplate
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 (-18.13%)
Mutual labels:  webpack, starter, boilerplate

Simple React Webpack Babel Starter Kit

Tired of complicated starters with more than 250MB of dependencies which are hard to understand and modify? This is for you! This is a simple react application without redux, stylesheets or other set frameworks. It's only meant to get you started and the rest if up to you. Our goal for is to keep things simple and give you the freedom to select your own frameworks to add on top of this one.

Demo

https://murmuring-fjord-36537.herokuapp.com/

Prerequisites

  • You'll need to have git and node installed in your system.

To run

  • Fork and clone the project:
git clone https://github.com/ReactJSResources/react-webpack-babel.git
  • Then install the dependencies:
npm install
  • Run development server:
npm run dev

Open the web browser to http://localhost:8080/

To test

To run unit tests:

npm run test

To build the production package

npm run build

Eslint

There is a .eslintrc.js config for eslint ready with React plugin.

To run linting, run:

npm run lint

Contribute

Please contribute to the project if you know how to make it better, including this README :)

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