Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r17x/nodexpress

Learn Basic Of Nodejs with express
https://github.com/r17x/nodexpress

backend express expressjs javascript node nodejs npm web webdevelopers

Last synced: about 1 month ago
JSON representation

Learn Basic Of Nodejs with express

Awesome Lists containing this project

README

        

## Tutorials

```shell

$ git clone this repo && cd this_repo

$ npm install

$ node app.js

```

## Tutorial For Create From Basic

- New Project Step

```shell
$ mkdir project && cd project
$ npm init project
$ entry point type app.js # this step when init progress
```

- After Init NPM, install nodejs
```shell
$ npm i express --save
```

- for run your project
```shell
$ node app.js
```
- write your application