Creating a New Project

To start a new Noventa project, you can use the command line interface.

TERMINAL
$ noventa new

This command will ask few questions to create a new directory with the name you choose with all the necessary files and folders to get you started.

Running the Development Server

Once your project is created, navigate into the project's directory and run the development server:

TERMINAL
$ cd your-project-name
$ noventa dev

This will start the development server. As you make changes to your project's files, the application will automatically reload in your browser.