-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
oopsio edited this page Mar 7, 2026
·
1 revision
Create a new Jen.js app and run it locally.
You first need these software installed on your computer.
- Node.js 24.11.0
- Operating systems: Linux, Windows (also WSL) and macOS
Jen.js only supports these browsers that support these web standards:
- CSS3 Support
- HTML5 support
- ESM support
You can setup a Jen.js app with no configuration
For NPM:
npm create jen-app@latestFor PNPM:
pnpm create jen-app@latestFor Yarn:
yarn create jen-app@latestFor Bun:
bun create jen-app@latestOn installation you will see some prompts and you have to fill them and press Enter. Navigate options with the arrow keys.
Go ahead to your terminal and type
npm run devYou will see your website live at localhost:3000