2.8.0 • Published 5 years ago

amclin-create-react-app v2.8.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

npm version Build Status

Branch Code Coverage Functions Code Coverage Lines Code Coverage Statements Code Coverage

semantic-release code style: prettier

react-project-boilerplate

This package includes the global command for creating new React projects incorporating Next.js, CICD pipelines, unit testing, quality gates, and code styling. It is useful for ensuring consistent working environments across multiple different applications.

Using

The Easy Way

  1. Run npx amclin-create-react-app
  2. Create a new empty repo in GitHub with the same project name
  3. Push the new local commits up the new remote repo

The Hard Way

  1. Clone this repo to a location on your local system
  2. Navigate to the folder where you want to create a new project
  3. Run node ../<path to the boilerplate>/index.js
  4. Create a new empty repo in GitHub with the same project name
  5. Push the new local commits up the new remote repo