https://github.com/wildcodeschool/create-js-monorepo
pedagogical framework for React-Express-MySQL projects
https://github.com/wildcodeschool/create-js-monorepo
express framework hacktoberfest javascript mysql react typescript
Last synced: 7 months ago
JSON representation
pedagogical framework for React-Express-MySQL projects
- Host: GitHub
- URL: https://github.com/wildcodeschool/create-js-monorepo
- Owner: WildCodeSchool
- License: mit
- Created: 2022-03-21T09:45:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T14:43:56.000Z (8 months ago)
- Last Synced: 2025-05-15T06:02:04.815Z (7 months ago)
- Topics: express, framework, hacktoberfest, javascript, mysql, react, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@this-is-to-learn/create-js-monorepo
- Size: 2.03 MB
- Stars: 64
- Watchers: 2
- Forks: 405
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JS Monorepo
This JS monorepo is a framework meant to serve as a foundation for every project following the React-Express-MySQL stack, as learned in Wild Code School.
It's pre-configured with a set of tools which'll help students produce industry-quality and easier-to-maintain code, while staying a pedagogical tool.
## Setup & Use
Basic usage:
```bash
npm create @this-is-to-learn/js-monorepo@latest my-project
```
You may prefix your project name with the name of your organization:
```bash
npm create @this-is-to-learn/js-monorepo@latest my-org/my-project
```