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.