ReactJS Setup Tutorial for Beginners

preview_player
Показать описание
Setting up ReactJS with Webpack and Babel from scratch for beginners.

First you need to install package manager. I'd be using yarn. You might as well use npm.

Then install wepack.

Then install babel-loader and react preset for babel(to support JSX syntax).

For development, you need to use webpack-dev-server which will automatically detect changes to the code and refresh page.

To bundle run yarn build.
Finally the website is ready to be served.
Рекомендации по теме