All Projects → digiaonline → React Boilerplate

digiaonline / React Boilerplate

Licence: mit
This project is deprecated. Please use CRA instead.

Programming Languages

javascript
184084 projects - #8 most used programming language
flowtype
47 projects

Projects that are alternatives of or similar to React Boilerplate

Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-63.64%)
Mutual labels:  webpack, prettier, babel, boilerplate, jest
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+64.77%)
Mutual labels:  webpack, babel, yarn, boilerplate, jest
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+301.14%)
Mutual labels:  webpack, babel, boilerplate, jest, postcss
Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-88.64%)
Mutual labels:  prettier, babel, yarn, boilerplate, jest
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 (+177.27%)
Mutual labels:  webpack, babel, boilerplate, jest
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+160.23%)
Mutual labels:  webpack, prettier, babel, boilerplate
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+238.64%)
Mutual labels:  webpack, babel, boilerplate, jest
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-39.77%)
Mutual labels:  webpack, babel, boilerplate, jest
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+248.86%)
Mutual labels:  webpack, boilerplate, jest, postcss
Js Toolbox
CLI tool to simplify the development of JavaScript apps/libraries with little to no configuration. (WORK IN PROGRESS/PACKAGE NOT PUBLISHED).
Stars: ✭ 53 (-39.77%)
Mutual labels:  webpack, babel, jest, postcss
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+670.45%)
Mutual labels:  webpack, prettier, babel, postcss
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+642.05%)
Mutual labels:  webpack, prettier, babel, jest
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-26.14%)
Mutual labels:  webpack, prettier, babel, jest
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+15892.05%)
Mutual labels:  webpack, babel, yarn, jest
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 (+1130.68%)
Mutual labels:  webpack, prettier, boilerplate, postcss
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (+77.27%)
Mutual labels:  webpack, babel, yarn, jest
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+21180.68%)
Mutual labels:  webpack, babel, boilerplate, jest
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+52.27%)
Mutual labels:  webpack, babel, boilerplate, jest
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+63.64%)
Mutual labels:  webpack, babel, boilerplate, jest
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-18.18%)
Mutual labels:  webpack, boilerplate, jest, postcss

React Boilerplate (deprecated)

This project is deprecated. Please use Create React App to bootstrap your React projects.

Build Status Test Coverage Code Climate License

A Digia project.

Why do I want this?

As you probably know, there are numerous boilerplates available for React, so you might be wondering why you would want to use ours. Most of the boilerplate projects come with a lot of code that you rarely need. Our boilerplate was bootstrapped with Create React App and provides you with a great starting point for any React project with as few lines of code as possible, especially if you want to use Flowtype.

What do I need to get started?

What's in the box?

How do I use this?

You can find our documentation here.

Usage

Create project

Install create-project and create your project.

yarn global add create-project
create-project my-project digiaonline/react-boilerplate && cd my-project

Install dependencies

Install the project dependencies using Yarn.

yarn

Create the environment

Create your environment by copying the example environment.

cp .env.example .env

Development server

You can start the development server with the start script.

yarn start

Distribution build

You can compile the distribution build with the build script.

yarn build

Test

Test suite

You can run the test suite with the test script.

yarn test

License

MIT

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