Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 5.29 KB

README.md

File metadata and controls

81 lines (59 loc) · 5.29 KB

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!