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

https://github.com/eunchurn/create-eunchurn-app

Create eunchurn App
https://github.com/eunchurn/create-eunchurn-app

create-app create-eunchurn-app typescript vanilla-javascript webpack

Last synced: 3 months ago
JSON representation

Create eunchurn App

Awesome Lists containing this project

README

          


✨ Create eunchurn App


Create your eunchurn Project.



screenshot







Create eunchurn App

```
> npx create-eunchurn-app my-app

? description Hello. This is my app
? Author name Eunchurn Park
? Author email eunchurn@eunchurn.io
? License MIT
? Package manager to use for installing packages from npm pnpm
```

## Usage

```bash
npx create-eunchurn-app
npm init eunchurn-app
yarn create eunchurn-app
```

## Templates

```bash
npx create-eunchurn-app --template=
```

### `default`

Default TypeScript App

```bash
npx create-eunchurn-app
```

### `vanilla-ts`

Minimum setting for VanillaJS, HTML webpage
**required NodeJS version over 12.x**

- VanillaJS
- Typescript
- Webpack
- Pure CSS
- Autoprefixer (`postcss-loader`)
- Assets(`public`)
- Browser Sync (dev web server)
- Minimization(Image, HTML, CSS, JS) on production
- `gh-pages` Deployment

```bash
npx create-eunchurn-app --template=vanilla-ts
```