1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

環境構築無しでReactを触ってみよう!

1
Last updated at Posted at 2021-03-23

Reactを環境構築無しで使ってみよう。

初めてReactを使う時、環境構築で躓く人も多いと思います。
そこでおすすめなのがCodeSandboxです。

CodeSandboxとは

CodeSandboxとは環境構築不要でJavaScript(React,Vue.js,Angular)などが使用可能です。
環境構築で躓くようでしたら、とりあえずCodeSandboxで学んでみるのも良い手でしょう。

スクリーンショット 2021-03-23 21.39.31.png

Reactの環境構築をサクッと作ってみよう

1.CodeSandboxにアクセス
スクリーンショット 2021-03-23 22.05.48.png

2.CreateSandboxを選択

3.使用フレームワークを選択
スクリーンショット 2021-03-23 21.39.31.png

4.完了
スクリーンショット 2021-03-23 22.00.34.png

最後に

Githubの連携であったり、ファイルの保存なども出来るので非常に便利です!
是非、使ってみてください。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?