All Projects → antonfisher → React Express Webpack

antonfisher / React Express Webpack

Licence: mit
React boilerplate with ES2015, Express.js, and Webpack 4

Programming Languages

javascript
184084 projects - #8 most used programming language
es2015
71 projects

Projects that are alternatives of or similar to React Express Webpack

Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+3489.29%)
Mutual labels:  expressjs, boilerplate, material-ui
Express React Boilerplate
Express, MySQL, React/Redux, NodeJs Application Boilerplate
Stars: ✭ 179 (+113.1%)
Mutual labels:  expressjs, boilerplate, material-ui
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (+607.14%)
Mutual labels:  boilerplate, material-ui
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+639.29%)
Mutual labels:  expressjs, boilerplate
Foodeazy
Stars: ✭ 34 (-59.52%)
Mutual labels:  expressjs, material-ui
React Social Network
Simple React Social Network
Stars: ✭ 409 (+386.9%)
Mutual labels:  boilerplate, material-ui
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+24971.43%)
Mutual labels:  boilerplate, material-ui
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+825%)
Mutual labels:  webpack4, boilerplate
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+3920.24%)
Mutual labels:  boilerplate, material-ui
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+1075%)
Mutual labels:  webpack4, boilerplate
Figmagic Example
Using Figmagic (simplifying design token generation and asset extraction) with Webpack 5, React 16, Styled Components.
Stars: ✭ 37 (-55.95%)
Mutual labels:  webpack4, boilerplate
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-53.57%)
Mutual labels:  boilerplate, material-ui
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+380.95%)
Mutual labels:  webpack4, boilerplate
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (+321.43%)
Mutual labels:  webpack4, boilerplate
Mern
🎉 This is boilerplate for MERN stack with integrations like Redux and SSR 🎉
Stars: ✭ 77 (-8.33%)
Mutual labels:  expressjs, boilerplate
Next Shopify Storefront
🛍 A real-world Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.
Stars: ✭ 317 (+277.38%)
Mutual labels:  expressjs, material-ui
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+700%)
Mutual labels:  expressjs, boilerplate
Express React Hmr Boilerplate
A boilerplate for scaffolding production-ready MERN stack projects.
Stars: ✭ 51 (-39.29%)
Mutual labels:  expressjs, boilerplate
Mevn Boilerplate
A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.
Stars: ✭ 277 (+229.76%)
Mutual labels:  expressjs, boilerplate
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+265.48%)
Mutual labels:  webpack4, boilerplate

React boilerplate with ES2015, Express.js, and Webpack

Build Status GitHub license

Technologies

  • React (v16) + Redux (v3) + React Router (v4)
  • Express.js (v4) as production and development server
  • Webpack 4 (production and development configurations)
  • SCSS support (+ sanitize.css included)
  • ES2015+

Features

  • preconfigured router
  • React Material UI example theme
  • preconfigured modal windows
  • preconfigured eslint and Prettier code formatter
  • React Hot Loader
  • Linux/MacOS/Windows

Screenshots

Demo UI view:

Demo view

Development .js bundles:

Development js bundles

Production .js bundles:

Production js bundles

Production mode server output:

Production js bundles

Usage

Installation

git clone [email protected]:antonfisher/react-express-webpack.git
cd react-express-webpack
npm install

# remove boilerplate git references
rm ./.git

Scripts

# run development mode
npm run dev

# run production mode
npm run build
npm start

# run prettier
npm run prettier

# run lint
npm run lint

# run on a different port
HTTP_PORT=3001 npm run dev

License

MIT License. Free use and change.

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