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

https://github.com/francis560/express-cli-ultimate

Project builder for express js
https://github.com/francis560/express-cli-ultimate

cli cli-tool express express-cli express-generator generate generator javascript mongodb nodejs terminal typescript

Last synced: 2 months ago
JSON representation

Project builder for express js

Awesome Lists containing this project

README

          




Express Cli Ultimate




# Express Cli Ultimate

An easier way to build your project structure in express.

## Development Setup

### Prerequisites

- Install [Node.js] which includes [Node Package Manager][npm]

### Setting Up a Project

Install the Express cli ultimate globally:

```
npm install -g express-cli-ultimate
```

Create workspace:

```
ecu new
```

Run the application:

```
cd [PROJECT NAME]
npm i
npm run dev
```

**Love Express Cli Ultimate? Give our repo a star :star: :arrow_up:.**