Skip to content

webjsx/webjsx-examples

 
 

Repository files navigation

WebJsx Examples

This repository contains simple examples using WebJsx, including a Todo List, a Dashboard, and a Rotten Tomatoes homepage, all implemented using custom web components.

How to Run

Step 1: Install Dependencies

First, install the required dependencies by running:

npm install

Step 2: Build and Start the Server

To build the project and start the server, run the following command:

npm start

This will start an HTTP server at http://localhost:8080.

Step 3: Access the Examples

After running the server, go to http://localhost:8080 in your browser to view the index page, which includes links to the following examples:

About

Examples using Forgo-Next

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.0%
  • HTML 20.0%