Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 438 Bytes

Electrojet Carlo Default Template

Usage

npm init electrojet <project-name> --template=carlo

You can also skip the template and select carlo from the list.

  1. To run the server in development mode:
npm start
  1. To build the application
npm run build

Find different configuration options at Create Electrojet CLI