All Projects → wbkd → React Starter

wbkd / React Starter

Licence: mit
🚀 A minimal react boilerplate featuring easy-peasy state management and styled-components

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Starter

Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (+78.48%)
Mutual labels:  babel, boilerplate, styled-components
Styled React Boilerplate
Minimal & Modern boilerplate for building apps with React & styled-components
Stars: ✭ 198 (+150.63%)
Mutual labels:  babel, boilerplate, styled-components
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+277.22%)
Mutual labels:  babel, boilerplate, styled-components
Generator Node Module
A Yeoman module to author Node libraries with Prettier, Jest, Flow and Babel.
Stars: ✭ 16 (-79.75%)
Mutual labels:  babel, boilerplate
React Webpack Typescript Starter
Minimal starter with hot module replacement (HMR) for rapid development.
Stars: ✭ 632 (+700%)
Mutual labels:  babel, boilerplate
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+726.58%)
Mutual labels:  babel, boilerplate
Pup
The Ultimate Boilerplate for Products.
Stars: ✭ 563 (+612.66%)
Mutual labels:  boilerplate, styled-components
Babel Plugin Styled Components
Improve the debugging experience and add server-side rendering support to styled-components
Stars: ✭ 878 (+1011.39%)
Mutual labels:  babel, styled-components
Next Boilerplate
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
Stars: ✭ 936 (+1084.81%)
Mutual labels:  babel, boilerplate
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-59.49%)
Mutual labels:  babel, boilerplate
Postjss
Use the power of PostCSS in compiling with JSS
Stars: ✭ 40 (-49.37%)
Mutual labels:  babel, styled-components
Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+698.73%)
Mutual labels:  babel, styled-components
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+686.08%)
Mutual labels:  babel, boilerplate
Minimal React Webpack Babel Setup
The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app?
Stars: ✭ 777 (+883.54%)
Mutual labels:  babel, boilerplate
React App
Create React App with server-side code support
Stars: ✭ 614 (+677.22%)
Mutual labels:  babel, boilerplate
Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-87.34%)
Mutual labels:  babel, boilerplate
Express Security
nodejs + express security and performance boilerplate.
Stars: ✭ 37 (-53.16%)
Mutual labels:  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 (+1186.08%)
Mutual labels:  babel, boilerplate
Babel Plugin Css Prop
Babel plugin to transpile `css` prop to a styled component. (Experimental)
Stars: ✭ 56 (-29.11%)
Mutual labels:  babel, styled-components
React Redux Saga Boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
Stars: ✭ 535 (+577.22%)
Mutual labels:  boilerplate, styled-components

React Starter

Dependabot badge

A minimal starting point for interactive applications that we build at webkid. The boilerplate already includes some basic components as well as hooks and utils that we are often using in our projects.

The starterkit is based on these libraries:

Getting started

Create a new Github repository with the template or clone the repo:

git clone [email protected]:wbkd/react-starter.git && cd react-starter

then install the dependencies via npm:

npm install

you are now ready to develop your app.

Development

Builds the application and starts a webserver with hot loading. Runs on localhost:8080

npm run start

Build

Builds a minified version of the application in the build folder.

npm run build

Additionally, a zipped version of the bundle is added as build.zip. We often use this for our clients to upload the application to their own servers.

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