https://github.com/mrzacsmith/mzs-lambda-react
NPM package that modifies create-react-app to make the template more usable for students.
https://github.com/mrzacsmith/mzs-lambda-react
create-react-app hacktoberfest hacktoberfest2020 lambda-school nodejs
Last synced: 8 months ago
JSON representation
NPM package that modifies create-react-app to make the template more usable for students.
- Host: GitHub
- URL: https://github.com/mrzacsmith/mzs-lambda-react
- Owner: mrzacsmith
- Created: 2020-09-12T20:32:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T15:18:18.000Z (about 4 years ago)
- Last Synced: 2025-04-17T04:04:26.109Z (9 months ago)
- Topics: create-react-app, hacktoberfest, hacktoberfest2020, lambda-school, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/lambda-react
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Lambda React
This package modifies the create-react-app output, specifically for Lambda School students.
## Purpose
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.
## Installation
- 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`
## Usage
Lambda React is open for anyone to use! It is branded only as a project and you can clone and modify as you see fit! Happy coding!
## Tests
## Contributing
Review the [CONTRIBUTING](https://github.com/mrzacsmith/mzs-lambda-react/blob/master/CONTRIBUTING.md) documentation.