Getting Started

This section will help you to start working with Idylle.

1. Install the CLI

npm install -g idylle-cli

2. Setting up your project

idylle new sample
cd sample
npm i

3. Start the project

npm start

Last updated