Giter Site home page Giter Site logo

system-setup-config's People

Watchers

윤승용 avatar

system-setup-config's Issues

Github setting

[ git hub ]

  • git site user create
  • download and install (git)
  • repository create (code > )

[git bash]
$ git config --global "David Yun"
$ git config --global "[email protected]"

[ VS project ]
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/tjclick/Oracle-SQL.git

git commit -m "second commit" (history)
git pugit sh orign master

Flutter setting

vs code download > install
flutter
get start > flutter window_stable download >
c:\src\ move > unzip
고급시스템설정>환경변수> path > new add > bin경로 복사

git install download > install
git bash > flutter doctor > auto install

android toolchain link > download > android studio install
https://developer.android.com/studio/index.html

emulator (VM acceleration) setting
- SDK Tools > Command-line tools install
- android studio start > actions > Virtual Device Manager

git bash > flutter doctor
flutter doctor --android-licenses > yes * 6

VS extenstion > flutter install

git bash > flutter doctor

add folder > workspace > flutter
git bash$ flutter create sample_test
git bash$ cd sample_test
git bash$ code .

VSCODE
run > start debug > dart flutter

=====================================================
[ firebase ]
node.js (LTS) install

git bash$ flutter create (livesafer2)

firebase project create(URL)
Firebase CLI download > install > URL
firebase > firebase login
firebase > firebase projects:list
LiveSafer | livesafer-72382 | 704381624731
firebase > firebase login:ci

git bash$ npm install -g firebase-tools
FlutterFire CLI install and start
VS] dart pub global activate flutterfire_cli
err)export PATH="$PATH":"C:\Users\seung\AppData\Local\Pub\Cache\bin"
VS] flutterfire configure --project=livesafer-72382
err) FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
(-> node.js (LTS) install)


VS] flutterfire configure --project=livesafer-72382
select)? · android, ios, macos, web
[Platform Firebase App Id]
web .............
android ..............
ios .................
macos .............


[ src coding > project add firebase pub ]
android > build.gradle > *add line parameter setting
> app > build.gradle > *add line parameter setting

flutter pub add "[]"
firebase_auth
firebase_database
firebase_messaging
flutter run

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.