Create-Decent-App Quick Start

The create-decent-app
tool enables you to rapidly set up a React-based web application with in-browser Large Language Model (LLM) capabilities.
Let's give a shout out to the amazing WebLLM project that makes our tool possible!
Quick Start Guide:
- Initialize Your App - open your terminal and run:
(Replace my-decent-app
with your desired project name in the command above.)
- Navigate to Your Project Directory:
- Install Dependencies:
- Start the Development Server:
npm run dev
Your app will be accessible at http://localhost:3000
.
For more detailed information and advanced configurations, refer to the README. The tool is fully open source (Github repo).