# jsweet-quickstart **Repository Path**: mirrors_dsyer/jsweet-quickstart ## Basic Information - **Project Name**: jsweet-quickstart - **Description**: A template project to start with JSweet Java to TypeScript transpiler. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSweet quick start [![](https://github.com/cincheo/jsweet-quickstart/workflows/JSweetBuild/badge.svg)](https://github.com/cincheo/jsweet-quickstart/actions) A simple project to get started with JSweet. This project just contains a main method that shows 'Hello world' messages in two different ways. The program uses the [J4TS](https://github.com/cincheo/j4ts) candy to access `java.util` API, and the jQuery candy. Programmers can use it to set up a new JSweet project and try out some basic features. ## Usage ``` > git clone https://github.com/cincheo/jsweet-quickstart.git > cd jsweet-quickstart > mvn generate-sources > firefox webapp/index.html ``` You can also watch your JSweet (.java) source files for modifications using ``` mvn clean jsweet:watch ``` It will transpile automatically when you save a source file. Be sure that there are not transpilation error in your console, though. ## Modify At any time, you can modify the Java files (or add new files) and run ``mvn generate-sources`` to generate the corresponding JavaScript files. You can then use them in the ``index.html`` file (``