npm init electrojet <project-name> --template=carlo
You can also skip the template
and select carlo
from the list.
- To run the server in development mode:
npm start
- To build the application
npm run build
Find different configuration options at Create Electrojet CLI