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
- Host: GitHub
- URL: https://github.com/agneym/electrojet-default-carlo
- Owner: agneym
- Created: 2019-01-04T17:57:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T16:54:48.000Z (over 7 years ago)
- Last Synced: 2025-05-22T02:41:08.552Z (about 1 year ago)
- Topics: carlo, electrojet, electrojet-cli, modern, webpack, webpack-dev-server
- Language: JavaScript
- Size: 272 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)