Overview
The article discusses creating simple “Hello World” apps for various JavaScript/HTML/CSS libraries/frameworks. The goal is to create a basic hello world app with minimal components and no extras. The article provides a list of assumptions and guidelines for creating the app, such as including the phrase “Hello World” on the main component and having a specific folder structure. The article also encourages contributors to add themselves using the all-contributors bot.
Features
- Simple Basic Hello World App: The app should be a basic hello world application.
- Minimal Components: The app should only include the minimal number of components, ideally only one.
- No Routing or Extras: The app should not have any routing or additional features.
- No Styling: The app should not have any styling.
- Easy Installation: The app should work by running
npm install
andnpm start
. - Specific Folder Structure: The app should be in a folder named
<tech-name>
. - Contributor Addition: Contributors should add themselves using the all-contributors bot.
Installation
To install the theme, follow these steps:
- Run
npm install
to install the necessary dependencies. - Run
npm start
or the equivalent command to start the app. - Verify that the app can be served from the folder where the built assets are placed by running
npx http-server <your-folder-to-serve>
.
Summary
The article provides guidelines for creating simple “Hello World” apps for various JavaScript/HTML/CSS libraries/frameworks. It emphasizes the need for minimal components, no extras or styling, and a specific folder structure. The installation process involves running npm install
and npm start
, and contributors are encouraged to add themselves using the all-contributors bot.