This package modifies the create-react-app output, specifically for Lambda School students.
The purpose of this package is to control how create-react-app templates the app. Specifically, in this instance the goal is to remove some code that is always deleted and provide comments to allow the students to know what to remove for fast setup.
-
Install Lambda-React using NPX (preffered to insure up get the latest version)
-
npx lambda-react app-name
-
Install Lambda-React globally (not preferred)
-
npm install -g lambda-react app-name
Review the CONTRIBUTING documentation.