Giter VIP home page Giter VIP logo

goship-example-react's Introduction

Giới thiệu

Repo này sử dụng hệ thống API của Goship để build một ứng dụng SPA đơn giản. Giúp các developer tiếp cận code và hệ thống nhanh hơn và dễ dàng hơn. Bạn có thể sử dụng code trong Repo này ngay cho hệ thống có sẵn của bạn hoặc tham khảo để tự xây dựng 1 hệ thống ship riêng dựa trên Goship API.

Phiên bản khác xem tại đây

Tài liệu liên quan

Cài đặt project

$ git clone https://github.com/alvintran/goship-example-react.git
$ cd goship-example-react
$ npm install
$ npm start

Tạo tài khoản goship lấy client_key & client_secret theo hướng dẫn tại đây. Copy client_key & client_secret của bạn vào file /src/components/login/index.js

    this.state = {
      client_id: {{your_client_key}},
      client_secret: {{your_client_secret}},
      username: '',
      password: ''
    }

Liên hệ

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.