Skip to content

Commit

Permalink
Editando el readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francis560 committed Jun 19, 2022
1 parent f1853c2 commit 2090e27
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
45 changes: 42 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Express cli ultimate

<p align="center">
<br>
<img src="./docs/screenshot.png" alt="Express Cli Ultimate" width="720px" height="px"/>
<br>
<br>
<br>
</p>

# Express Cli Ultimate

An easier way to build your project structure in express.

## Requirements
node v16

## 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:.**
Binary file added docs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "app/commands.js",
"preferGlobal": true,
"bin": {
"express-cli": "app/commands.js"
"ecu": "app/commands.js"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 2090e27

Please sign in to comment.