Learning ReactJS

Frederic G. MARAND 3ab19cf03b Added running instructions. 8 年 前
.eslintrc.js cdc96f9cde First version from https://facebook.github.io/react/docs/getting-started.html 8 年 前
.gitignore cdc96f9cde First version from https://facebook.github.io/react/docs/getting-started.html 8 年 前
LICENSE 468492dd38 initial commit 8 年 前
README.md 3ab19cf03b Added running instructions. 8 年 前
index.html cdc96f9cde First version from https://facebook.github.io/react/docs/getting-started.html 8 年 前
main.js cdc96f9cde First version from https://facebook.github.io/react/docs/getting-started.html 8 年 前
package.json cdc96f9cde First version from https://facebook.github.io/react/docs/getting-started.html 8 年 前
webpack.config.js cdc96f9cde First version from https://facebook.github.io/react/docs/getting-started.html 8 年 前

README.md

react-intro : Learning ReactJS

Installing

  • adjust the webpack-dev-server 2 URLs used in index.html : vm:8090 assumes we want that server to run on a host called vm, but most users will want localhost instead
  • adjust the dev script in package.json to match those URLs
  • npm install
  • npm run start
  • browse to http://vm:8080/index.html assuming you didn't change the serve URL in package.json.

Parts taken from: