Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

フロントエンドサンプルの作成 #31

Open
tibaraki opened this issue Sep 27, 2018 · 0 comments
Open

フロントエンドサンプルの作成 #31

tibaraki opened this issue Sep 27, 2018 · 0 comments

Comments

@tibaraki
Copy link
Contributor

tibaraki commented Sep 27, 2018

javascriptにより任意のapiにアクセスして表示するページを作成する

  • webpackを使用し、jsはコンパイル(トランスパイル)を通すようにしてください(npmやwebpackの環境を作ってください)
  • apiサーバからできるだけ独立したフロントエンドになるようにしてください
    • 但し静的ファイルはapi serverと同ドメイン・同ポート内でホストされるようにしてください
  • ページはapiアクセスが通ることが最低限確認できるレベルでOKです
  • 環境構築手順はreadmeに追加してください

English:
Create a page to access and display any API by Javascript

  • Please use webpack and let js compile (transpile) (create npm and webpack environment)
  • Please make it as independent as possible from the API server
    • However, make sure that static files are hosted in the same domain and port as the API server
  • The page is OK when it can at least confirm that the API access passes
  • Please add the environment construction procedure to the readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant