Skip to content

Installation

oopsio edited this page Mar 7, 2026 · 1 revision

Create a new Jen.js app and run it locally.


Quick start

Development Environment

You first need these software installed on your computer.

Supported browsers

Jen.js only supports these browsers that support these web standards:

  • CSS3 Support
  • HTML5 support
  • ESM support

Create with the CLI

You can setup a Jen.js app with no configuration

For NPM:

npm create jen-app@latest

For PNPM:

pnpm create jen-app@latest

For Yarn:

yarn create jen-app@latest

For Bun:

bun create jen-app@latest

On installation you will see some prompts and you have to fill them and press Enter. Navigate options with the arrow keys.

Run the development server

Go ahead to your terminal and type

npm run dev

You will see your website live at localhost:3000

Clone this wiki locally