Skip to content

mkurom/react_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

react_learning_repo

React学習用リポジトリ

npm init

package.jsonを生成する

初期値

{ "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo "Error: no test specified" && exit 1" }, "author": "", "license": "ISC" }

-> 「create-react-app」には npm init が含まれている