All Projects → pepaar → Typescript Webpack React Redux Boilerplate

pepaar / Typescript Webpack React Redux Boilerplate

Licence: mit
React and Redux with TypeScript

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Typescript Webpack React Redux Boilerplate

React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (-9.34%)
Mutual labels:  webpack, babel, boilerplate, css-modules
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (+34.07%)
Mutual labels:  webpack, babel, boilerplate, css-modules
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+11471.43%)
Mutual labels:  webpack, babel, flux, boilerplate
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-26.37%)
Mutual labels:  webpack, babel, boilerplate, css-modules
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-70.88%)
Mutual labels:  webpack, babel, boilerplate, css-modules
Universal React Redux
🧐 A sensible universal starter kit for React + Redux
Stars: ✭ 112 (-38.46%)
Mutual labels:  webpack, babel, css-modules
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-36.81%)
Mutual labels:  webpack, babel, boilerplate
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+797.25%)
Mutual labels:  webpack, babel, boilerplate
Serverless Prisma
AWS Serverless Prisma Boilerplate
Stars: ✭ 126 (-30.77%)
Mutual labels:  webpack, babel, boilerplate
React Boilerplate
React Boilerplate
Stars: ✭ 128 (-29.67%)
Mutual labels:  webpack, boilerplate, css-modules
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-14.29%)
Mutual labels:  webpack, tslint, babel
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-43.96%)
Mutual labels:  webpack, babel, boilerplate
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-51.65%)
Mutual labels:  webpack, babel, boilerplate
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-36.26%)
Mutual labels:  webpack, babel, boilerplate
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-64.29%)
Mutual labels:  webpack, babel, flux
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+495.05%)
Mutual labels:  webpack, boilerplate, css-modules
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-22.53%)
Mutual labels:  webpack, babel, boilerplate
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (-20.88%)
Mutual labels:  webpack, babel, 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 (+458.24%)
Mutual labels:  webpack, babel, boilerplate
Essential React
A minimal skeleton for building testable React apps using Babel
Stars: ✭ 2,035 (+1018.13%)
Mutual labels:  webpack, babel, boilerplate

typescript-webpack-react-redux-boilerplate

The goal of this repo is to help you start when combining Typescript with React and Redux. LESS in combination of CSS modules is used for styling components. For running, building and bundling there is powerful Webpack.

This boilerplate combines

Getting started

  • run npm install to download dependencies
  • run npm start to build and start webpack-dev-server
  • open http://localhost:3333/

Build options

  • npm run build for single build (creates files and index.html in build/ folder)
  • npm start to build and start webpack-dev-server

More information

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