Hello World apps for JavaScript/HTML/CSS libraries/frameworks!
Assumptions:
- Most minimal and reasonable version of the app
- Simplest form of the app, using the tool's CLI (if one exists for it)
- Remove any "extras" (link links to docs)
- Must include steps to build for production in this README.md file
- Use latest versions of each tool
- Must say "hello world"
- Must show how to build it and what folder to serve
- See existing samples for the idea ...
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 |
- Learn how to Publish an Angular, React, Svelte, or Vue JavaScript app and API with Azure Static Web Apps
- API support in Azure Static Web Apps
- Add an API to Azure Static Web Apps
- Authentication and authorization
- Routes
- Review pre-production environments
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!