Skip to content

Getting started

Kiran Mantha edited this page Oct 17, 2024 · 2 revisions

Yo Plumejs

Plumejs has yeoman generator which provides the entire scaffolding for your project. To start with:

  1. Require Nodejs version 20.0.0 or above
  2. Run npm install -g yo generator-plumejs
  3. After completing installation run yo plumejs in your destination folder. This will ask you about:
  • your project name
  • description
  • type of bundler for your project
  • docker setup

After that it will install all the required dependencies.

  1. After all the dependencies were installed, you can run application using command npm start.

Clone this wiki locally