Learning ReactJS

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

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: