Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r17x/nodexpress
- Owner: r17x
- Created: 2017-12-25T13:40:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T05:50:37.000Z (about 7 years ago)
- Last Synced: 2024-10-26T15:46:01.060Z (3 months ago)
- Topics: backend, express, expressjs, javascript, node, nodejs, npm, web, webdevelopers
- Language: HTML
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.EN.MD
- Contributing: CONTRIBUTING.md
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