mirror of
https://github.com/filiprojek/nork.git
synced 2024-11-02 18:12:28 +01:00
Update README.md
This commit is contained in:
parent
8996cd610f
commit
c67868bba0
@ -6,14 +6,13 @@ Simple node.js tool that extends express projects.
|
|||||||
- [How to use](#how-to-use)
|
- [How to use](#how-to-use)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
The point of this tool is to add into express some feel of php framework Laravel. Primarily get simply express app into MVC architecture
|
The point of this tool is to add to express some feeling of php framework Laravel. Primarily get simply express app into MVC architecture.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```
|
```
|
||||||
npm install -g nork
|
npm install -g nork
|
||||||
```
|
```
|
||||||
Tohle nainstaluje nork globálně. Pokud byste chtěli nainstalovat nork pouze pro jeden projekt, je možné ho nainstalovat i lokálně.
|
This will install nork globally. If you would like to install nork for only one project, you can also install it locally. For local installation:
|
||||||
Pro lokální instalaci:
|
|
||||||
```
|
```
|
||||||
npm install nork
|
npm install nork
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user