help wanted
Metriche repository
- Star
- (129 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
By making a PR you are agreeing to that contributing a hello world project allows the repo/project owner to use the hello world app in examples for their own use.
- only the most simple basic hello world app
- remove all tests and commands for tests and dependencies for tests
- must say "Hello World" on the main component
- only include the minimal components (1 ideally)
- no routing, not extras whatsoever
- no styling
- nothing else !
- must work by running
npm installandnpm start(or equivalent) - must be in the folder named
<tech-name> - add build steps and which folder to serve in the README.md
- verify that the app once built can be served from whatever folder the built assets are placed in
- verify that a Pull Request doesnt already exist. If it does, feel free to contribue to it.