Development Environment - ReactJS.Clubreactjs.club/wp-content/uploads/2017/03/1-Environment.pdf ·...

11
Development Environment Emrah Öz Advanced React.JS Developer Series

Transcript of Development Environment - ReactJS.Clubreactjs.club/wp-content/uploads/2017/03/1-Environment.pdf ·...

Development EnvironmentEmrah Öz

Advanced React.JS Developer Series

Folder Based Project Environment

• Folder is your project

• No .sln kind project definitions

• .file setting files

• Most sutiable for git versioning.

• Text based editors are usefull

Visual Studio Code

• https://code.visualstudio.com/

• Useful with typescript

• Free

• So many plugins/extensions

Php Storm

• https://www.jetbrains.com/phpstorm/

Visual Studio 201x Series

• Not Ideal, but works.

Console Based

• Console is your compiler, everything

• So , get used to it.

• Fast build operations.

Git is your new life

• Get used to use git. (you have to)

• You did not have to be a git master , average user is enough

Installing git

• https://git-scm.com/

• Get your compatible version. MacOs is embedded. Windows needs client

Github Is important

• Every package on npm is on github.

• https://github.com/

• Get used to look to github. For documentations , versions, everything.

What You Need For Courses

• VS Code or Similar IDE• Node JS Installation (v6.10.0)• Git Client Installation• Motivation• Patiance

• Please Check Installations Now!

What You Get

• New Vision For Web Development (2016+)

• Team Collaboration

• DevOPS Ideas / DevOPS Vision