Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teerasej/node-handbook
https://github.com/teerasej/node-handbook
javascript node-cli
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/node-handbook
- Owner: teerasej
- Created: 2019-07-22T14:55:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T00:44:35.000Z (8 months ago)
- Last Synced: 2024-05-15T19:09:30.462Z (8 months ago)
- Topics: javascript, node-cli
- Size: 72.3 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Node.js Handbook
- by Teerasej Jiraphatchandej, [Nextflow.in.th](https://www.nextflow.in.th)
## Resource
- [Download Slide](https://nextflowth-my.sharepoint.com/:b:/g/personal/teerasej_nextflowth_onmicrosoft_com/EYkjkHXiIkdHl8bk8gWnrckB9gfGpVPIrPwbs0Kda7KUbQ?e=rMxMrL)
## ควบคุมและใช้งาน Node CLI
1. [ติดตั้ง Node Runtime](fundamental/install-nodejs.md)
2. [การเรียกใช้ Node CLI](fundamental/node-cli.md)
3. [JS ES6 - ตัวแปร และค่าคงที่ (Variable & Constant)](fundamental/js-es6-var-const.md)
4. [การเขียน JavaScript แยกไฟล์เพื่อใช้ในการ reuse](fundamental/create-node-module-export.md)
5. [การใช้ keyword import และ export ใน Node.js](fundamental/import-export-node-module.md)
6. [JS ES6 - function](fundamental/js-es6-function.md)
7. [JS ES6 - Class, Property, Method](fundamental/js-es6-class.md);## การใช้งาน Module
7. [การเรียกใช้ Module](fundamental/node-module.md)
8. [การติดตั้ง Module ด้วย NPM (Node Package Manager)](fundamental/node-module-npm.md)
9. [การเรียกใช้ Module ที่ติดตั้งในโปรเจค](fundamental/node-module-npm-using.md)## การสร้าง Module
10. [การเขียน JavaScript เพื่อนำไปใช้งานนอก module](fundamental/create-node-module-export.md)
11. [การสร้าง Module ใช้งานเอง](fundamental/create-node-module.md)
12. [การ Publish Module ผ่าน NPM](fundamental/create-node-module-publish.md)## Git
- [Download Slide](https://www.dropbox.com/s/qkts9an2mnetj80/Git%20for%20Beginner.pdf?dl=0)
## Exercise
- [สร้าง Node Module สำหรับใช้ในโปรเจค](/exercise/create-data-module.md)
- [สร้างและรันใช้งานโปรเจค Create React App](fundamental/react-create-app.md)## Express Web API
- [สร้าง Web API ด้วย Express](express-web-api/readme.md)