All Projects → juliancwirko → React Boilerplate

juliancwirko / React Boilerplate

React Boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Boilerplate

React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+4.69%)
Mutual labels:  webpack, eslint, boilerplate, css-modules
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-58.59%)
Mutual labels:  webpack, boilerplate, css-modules, react-boilerplate
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (+28.91%)
Mutual labels:  webpack, eslint, boilerplate, css-modules
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+410.16%)
Mutual labels:  webpack, eslint, boilerplate
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+179.69%)
Mutual labels:  eslint, css-modules, react-boilerplate
Sku
Front-end development toolkit
Stars: ✭ 403 (+214.84%)
Mutual labels:  webpack, eslint, css-modules
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+139.84%)
Mutual labels:  webpack, boilerplate, css-modules
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-10.16%)
Mutual labels:  webpack, eslint, boilerplate
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+429.69%)
Mutual labels:  webpack, eslint, css-modules
Habr App
React tutorial for Habrahabr
Stars: ✭ 116 (-9.37%)
Mutual labels:  webpack, eslint, react-boilerplate
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-75%)
Mutual labels:  webpack, eslint, boilerplate
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+175.78%)
Mutual labels:  webpack, eslint, boilerplate
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+14530.47%)
Mutual labels:  webpack, eslint, boilerplate
Redux Webpack Es6 Boilerplate
A starter project for modern React apps with Redux
Stars: ✭ 566 (+342.19%)
Mutual labels:  boilerplate, css-modules, react-boilerplate
Kratos Boilerplate
🔥 A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (+140.63%)
Mutual labels:  webpack, boilerplate, css-modules
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+507.03%)
Mutual labels:  webpack, boilerplate, react-boilerplate
Preact Boilerplate
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Stars: ✭ 959 (+649.22%)
Mutual labels:  webpack, boilerplate, css-modules
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+1175.78%)
Mutual labels:  webpack, eslint, boilerplate
Threejs Webpack Es6 Boilerplate
A basic boilerplate for a Three.js project compiled with Webpack and transpiled via Babel to enable using ES6 syntax.
Stars: ✭ 267 (+108.59%)
Mutual labels:  webpack, eslint, boilerplate
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+132.81%)
Mutual labels:  webpack, eslint, boilerplate

React Boilerplate

React Redux Boilerplate with Webpack and Hot Module Replacement configuration. Without any front-end frameworks because this is usually switchable part of the whole stack. In the demo files there is also some code repetition, of course this is just becaus I don't wanted to provide more abstraction in the code.

This is a simple React boilerplate with:

Usage

$ git clone https://github.com/juliancwirko/react-boilerplate.git
$ cd react-boilerplate
$ npm install
$ npm start

...and go to: http://localhost:3000

Prepare for production

If you are ready to prepare your production files. You can run npm run build. Webpack will bundle and save all needed files (.js, .css, img, .html) in the public folder.

CSS and JavaScript linters

There is AirBnB JavaScript styleguide and ESLint configured. You can lint your project by running npm run lint or using editor plugins.

[TODO] Stylelint integration.

Testing

[TODO] I plan to integrate Jest and other tools

Storybook

[TODO] There will be Storybook on board too.

Data layer

For now I use only standard fetch here. But I plan to use this boilerplan with GraphQL/Apollo so I'll probably prepare another one, very similar to this one, but integrated with Apollo.

License

MIT

Changelog

  • 1.0.0 total rewrite, updates etc.
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].