Name Last Update
android Loading commit data...
assets/images Loading commit data...
fonts Loading commit data...
ios Loading commit data...
lib Loading commit data...
test Loading commit data...
web Loading commit data...
.gitignore Loading commit data...
.metadata Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.lock Loading commit data...
pubspec.yaml Loading commit data...

About The Project

이 프로젝트는 누군가의 창작물을 언어장벽 없이 감상하고 공유하고자 하는 웹서비스 입니다. 우리는 도구로 언어를 사용하고 있습니다. 때로는 그것이 다른 사람과 달라 정보, 마음 등이 전달되지 않을 때가 많습니다. 세계 장벽이 허물어지고 인터넷으로 소통이 가능한 사람들이 가끔은 다른 언어 때문에 다양한 생각과 정보를 얻기 어렵습니다. 이 프로젝트는 이 어려움을 깨고자 시작했습니다. 누군가의 글을 보고 영감을 얻어 여러 언어로 바꿔나가고 공유하며 다양한 시각을 가질 수 있습니다.

(back to top)

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Built With

server use Node.js, Koa.js and frotend use flutter(Dart)

(back to top)

Getting Started

Go to the Server Project folder, and git clone. And go the Frontend Project folderand git clone.

Installation

(flutter web) [https://docs.flutter.dev/get-started/web] Requirements To create a Flutter app with web support, you need the following software:

Flutter SDK. See the Flutter SDK installation instructions. Chrome; debugging a web app requires the Chrome browser. Optional: An IDE that supports Flutter. You can install Android Studio, IntelliJ IDEA, or Visual Studio Code and install the Flutter and Dart plugins to enable language support and tools for refactoring, running, debugging, and reloading your web app within an editor. See setting up an editor for more details. For more information, see the web FAQ.

  1. Clone the repo sh git clone http://khuhub.khu.ac.kr/2018102946/likefront.git
  2. Install NPM packages sh cd like
  3. Run with chorme sh flutter run -d chrome *Build web sh flutter build web

    (back to top)