# create-ecc-app

> CLI tool to bootstrap Razzle applications with no configuration

Latest version **1.2.0** (published 2018-06-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-ecc-app
pnpm add create-ecc-app
yarn add create-ecc-app
bun add create-ecc-app
```

Provides the command `create-ecc-app`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2018-06-13 |
| First published | 2018-06-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 11 |
| Unpacked size | 64.5 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Evan Corley |
| Maintainers | eccorley |
| Keywords | razzle, react, webpack, preact, ssr, universal, isomorphic, inferno, reason, reasonml |

## Links

- npm: https://www.npmjs.com/package/create-ecc-app
- Repository: https://github.com/eccorley/razzle
- Homepage: https://github.com/eccorley/razzle#readme
- Issues: https://github.com/eccorley/razzle/issues
- npm.io page: https://npm.io/package/create-ecc-app

## Dependencies (11)

- [ms](https://npm.io/package/ms.md) ^1.0.0
- [mz](https://npm.io/package/mz.md) ^2.6.0
- [ora](https://npm.io/package/ora.md) ^1.2.0
- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [execa](https://npm.io/package/execa.md) ^0.6.3
- [promise](https://npm.io/package/promise.md) ^7.1.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^3.0.0
- [commander](https://npm.io/package/commander.md) ^2.9.0
- [cross-spawn](https://npm.io/package/cross-spawn.md) ^5.1.0
- [mkdirp-then](https://npm.io/package/mkdirp-then.md) ^1.2.0
- [ansi-escapes](https://npm.io/package/ansi-escapes.md) ^2.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2018-06-13
- 1.1.0 — 2018-06-13
- 1.0.0 — 2018-06-13

## README

# Create Razzle App

Create UNIVERSAL React, Preact, and Inferno apps in one command.

```
npx create-razzle-app my-proj
cd my-proj
npm start
```

or.... with the `yarn create` command:

```
yarn create razzle-app my-proj
cd my-proj
yarn start
```

You can also initialize a project from one of the examples.

```
npx create-razzle-app --example with-preact my-preact-app
cd my-preact-app
npm start
```

or

```
yarn create razzle-app --example with-preact my-preact-app
cd my-preact-app
```

---
_Source: https://npm.io/package/create-ecc-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
