meteor

curl https://install.meteor.com/ | sh

สร้าง folder เก็บ file

meteor create NextflowApp

cd NextflowApp

meteor

เปิดbrowser localhost:3000

package of meteor collect at web atmospherejs.com

howto install twitter bootstrap via meteor package

1.meteor add twbs:bootstrap

or

2. cd NextflowApp

NextflowApp> meteor add twbs:bootstrap

if meteor not run

read log file

change nodejs and npm version then

    1. delete folder "node_modules"

    2. delete file "package-lock.json"

    3. Check version: node --version, It must be 6.11.2

    4. Check version: npm --version, It must be 5.5.1

    5. npm i

    6. 6*) If you have a problem with download "node-sass", you must copy the good folder "node-sass" in "node_modules", and go to (5)