Skip to content

Getting started: Configuring your Ragu Server

Maniero edited this page Sep 14, 2020 · 7 revisions

Installation

If you does not have a node project set. Run npm init inside the project path before start.

npx ragu-server init my-project

Starting the server

npm run dev

Production server

npm run build
npm run start

Check the component live http://localhost:3101/preview/hello-world/?name=World