create-opinionated-app

[![Actions Status](https://github.com/code-quality-resources/eslint-config-jest/workflows/CI/badge.svg)](https://github.com/developer239/create-opinionated-app/actions?query=workflow%3A%22CI%22) [![Maintainability](https://api.codeclimate.com/v1/badges/ff


Keywords
node, react, react.js, react-native, next.js, next, cra, create-react-app, eslint, prettier, code-quality, tool, generator, boilerplate, typescript, react-router, webpack, universal, standard
License
MIT
Install
npm install create-opinionated-app@1.21.0

Documentation

CircleCI Maintainability Greenkeeper badge semantic-release npm version

Create Opinionated React App

How To Use

Install globally:

$ npm install -g create-opinionated-react-app
$ create-opinionated-react-app

if you don't want to install global dependency:

$ npm install -g npx
$ npx create-opinionated-react-app

Choose Your React Application

What Is Included

Code Quality Tools

Optional Features

Why?

As die-hard React developer I had to use Angular to help out our client and I was surprised how easy it is to bootstrap new Angular application. I can imagine that VueJs is so popular for a similar reason.

Then I realized that React community does not have any standard when it comes to bootstrapping a new application.

Create React App or NextJs you say? How many extra hours do you have to spend installing code quality tools and other libraries before you can actually start working on your project?

This is beginner friendly and opinionated React App Generator.