All Projects → ifactory-solutions → awesome-react-app

ifactory-solutions / awesome-react-app

Licence: MIT License
Always the latest version of "create-react-app" with awesome configurations (lint, commit lint, husk, editor config, etc)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to awesome-react-app

elint
A easy way to lint your code
Stars: ✭ 38 (-13.64%)
Mutual labels:  eslint, linter, husky, commitlint
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-63.64%)
Mutual labels:  eslint, husky, commitlint
eslint-config-website
GUI for generating ESLint configs
Stars: ✭ 45 (+2.27%)
Mutual labels:  eslint, create-react-app
lint-prepush
Lint committed files on pre-push 🔬
Stars: ✭ 18 (-59.09%)
Mutual labels:  linter, husky
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (+109.09%)
Mutual labels:  eslint, husky
cra-template-react-template
🤘 My bootstrap template to use in react
Stars: ✭ 15 (-65.91%)
Mutual labels:  eslint, husky
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-63.64%)
Mutual labels:  eslint, editorconfig
eslint-config
An ESLint shareable config that I used in my projects
Stars: ✭ 15 (-65.91%)
Mutual labels:  eslint, linter
uno-game
🎴 An UNO Game made in Javascript
Stars: ✭ 93 (+111.36%)
Mutual labels:  eslint, husky
standard-packages
List of packages that use `standard`
Stars: ✭ 32 (-27.27%)
Mutual labels:  eslint, linter
gandalf-lint
Bad Code Shall Not Pass
Stars: ✭ 29 (-34.09%)
Mutual labels:  eslint, linter
arcanist-linters
A collection of custom Arcanist linters
Stars: ✭ 64 (+45.45%)
Mutual labels:  eslint, linter
website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (-61.36%)
Mutual labels:  eslint, husky
eslint-config-kingstinct-react-native
Eslint configuration for React-native based on Airbnb with some great tweaks
Stars: ✭ 23 (-47.73%)
Mutual labels:  eslint, linter
ts-nextjs-tailwind-starter
🔋 Next.js + Tailwind CSS + TypeScript starter packed with useful development features
Stars: ✭ 880 (+1900%)
Mutual labels:  eslint, husky
codeclimate-eslint
Code Climate Engine for ESLint
Stars: ✭ 86 (+95.45%)
Mutual labels:  eslint, linter
vite-vue3-starter
⭐ A Vite 2.x + Vue 3.x + TypeScript template starter
Stars: ✭ 384 (+772.73%)
Mutual labels:  husky, commitlint
eslint-plugin-editorconfig
An ESLint plugin to enforce EditorConfig rules
Stars: ✭ 22 (-50%)
Mutual labels:  eslint, editorconfig
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (-56.82%)
Mutual labels:  eslint, commitlint
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-56.82%)
Mutual labels:  eslint, editorconfig

Awesome React App

GitHub Stars GitHub Issues GitHub Issues GitHub Issues GitHub Pull Requests Gitter PRs Welcome

Inside Client Logo

Always the latest version of create-react-app with awesome configurations (linter, commit linter, husky, .editorconfig, etc)

Sponsor

Quick Overview

npm install -g awesome-react-app

awesome-react-app my-app
cd my-app/
npm start

Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.

Get Started Immediately

You need to have create-react-app installed.

You don’t need to install or configure tools like Webpack or Babel.
They are preconfigured and hidden so that you can focus on the code.

Just create a project, answer the hooks questions and you’re good to go.

Getting Started

Installation

Install it once globally:

npm install -g awesome-react-app

You’ll need to have Node >= 6 on your machine. You can use nvm to easily switch Node versions between different projects.

You’ll need to have Create React App on your machine. Awesome React App is a wrapper from Create React App with some cool stuff (linter, commit linter, husky, .editorconfig, etc).

Creating an Awesome App

To create a new app, run:

awesome-react-app my-app
cd my-app

It will create a directory called my-app inside the current folder.
Inside that directory, you will be asked for add some configurations (eslint, editorconfig) and generate the initial project structure and install the dependencies.

Once the installation is done, you can run some commands inside the project folder:

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

npm test or yarn test

Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.

npm run build or yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
By default, it also includes a service worker so that your app loads from the local cache on future visits.

Your app is ready to be deployed.

User Guide

You can see the Official Create React App User Guide for more information on different topics.

Contributing

We'd love to have your helping hand on awesome-react-app! See CONTRIBUTING.md for more information on what we're looking for and how to get started.

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