Quickstart

How to get started with Jeasx

It's easy to get started. Just use the following commands to set up and start your first project:

npm create jeasx@latest
cd jeasx-quickstart
npm run dev

If you want to create a new project with a specific name, you can provide an additional argument:

npm create jeasx@latest my-awesome-project

If your project is successfully started, just visit http://localhost:3000/ in a browser of your choice.

Which Node version should I use?

Jeasx is developed and tested with the latest LTS version of Node.js (currently Node 22). Node 20 should work, too. Older versions are not supported. Newer Node versions should work as well, but are not recommended for production. If you encounter any issues, feel free to report them.