Skip to content

Hello world apps for angular, react, svelte, and vue

License

Notifications You must be signed in to change notification settings

Filini/hello-worlds

 
 

Repository files navigation

hello-worlds

All Contributors

Hello World apps for JavaScript/HTML/CSS libraries/frameworks!

Assumptions:

  1. Most minimal and reasonable version of the app
  2. Simplest form of the app, using the tool's CLI (if one exists for it)
  3. Remove any "extras" (link links to docs)
  4. Must include steps to build for production in this README.md file
  5. Use latest versions of each tool
  6. Must say "hello world"
  7. Must show how to build it and what folder to serve
  8. See existing samples for the idea ...

Deploy to Azure button

Projects

Projects are listed alphabetically

Project Build steps Serve this folder
Angular cd angular && npm install && npm run build -- --prod1 dist/hello
Aurelia cd aurelia && npm install && npm run build dist
Gatsby cd gatsby && npm install && npm run build public
Html /
JavaScript /
Next.js cd nextjs && npm install && npm run build out
React cd react && npm install && npm run build build
Svelte cd svelte && npm install && npm run build public
Vue cd vue && npm install && npm run build dist

Resources

Azure Static Web Apps

Contributors ✨

Thanks goes to these wonderful people (emoji key):


John Papa

💻

LB

💻

Simeon Udoh

💻

Sivamuthu Kumar

💻

Matias Kohan

💻

Duraimurugan

💻

This project follows the all-contributors specification. Contributions of any kind welcome!


About

Hello world apps for angular, react, svelte, and vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.8%
  • JavaScript 39.3%
  • HTML 10.9%
  • CSS 2.5%
  • Vue 0.5%