Git Product home page Git Product logo

mean2-basic's Introduction

MEAN2-Basic

MEAN2 Basic (MongoDB, Express, AngularJS(2/4), Node.js)

0.Basic JavaScript

1.Node.js

  • ติดตั้ง https://nodejs.org/en/

  • node -v (ตรวจสอบ version ของ node.js)

  • node file.js (การโปรแกรม javascript ด้วย node.js)

  • npm -v (ตรวจสอบ version ของ npm) https://www.npmjs.com/

  • npm install (ติดตั้ง package)

  • npm install --save (ติดตั้ง package แบบบันทึกลง package.json)

  • npm install -g (ติดตั้ง package แบบ global)

  • npm init (สร้างโปรเจค)

  • Exam 1.1 (ทดลองรัน test11.js ด้วยคำสั่ง node test11.js)

  • Exam 1.2

  • Exam 1.3

2.Express.js

3.MongoDB

  • ติดตั้ง https://www.mongodb.com/

  • ##cd C:\Program Files\MongoDB\Server\3.4\bin\ (คำสั่งต่างๆ ของ mongodb)

  • ##สร้าง Folder data ใน d:\MEAN2\data

  • "C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --dbpath d:\MEAN2\data

  • https://robomongo.org/ (เครื่องมือจัดการฐานข้อมูล)

  • http://mongoosejs.com/

4.Angular

5.Ionic

  • https://ionicframework.com/
  • npm install -g cordova ionic

  • ionic start myApp tabs (สำหรับการสร้าง app ที่เป็นลักษณะ tab)

  • cd myApp

  • ionic serve

สำหรับ myTodo

  • ionic start myTodo blank (สำหรับการสร้าง app blank)

  • cd myTodo

  • ionic serve

  • ionic cordova platform add ios (สำหรับ add platform ios)

  • ionic cordova platform add android (สำหรับ add platform android)

  • ionic cordova build ios (สำหรับ build platform ios)

  • ionic cordova build android (สำหรับ build platform android)

mean2-basic's People

Contributors

siamweb avatar

Watchers

James Cloos avatar

Forkers

ponzilnopig

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.