An open API service indexing awesome lists of open source software.

https://github.com/agneym/electrojet-default-carlo

Default Carlo Application for Electrojet CLI
https://github.com/agneym/electrojet-default-carlo

carlo electrojet electrojet-cli modern webpack webpack-dev-server

Last synced: 24 days ago
JSON representation

Default Carlo Application for Electrojet CLI

Awesome Lists containing this project

README

          

# Electrojet Carlo Default Template

## Usage

```
npm init electrojet --template=carlo
```

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

1. To run the server in development mode:

```
npm start
```

2. To build the application

```
npm run build
```

Find different configuration options at [Create Electrojet CLI](https://github.com/BoyWithSilverWings/create-electrojet/tree/master/packages/carlo)