Skip to content

NigamAnkit/ReactJsLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJsLearning

Install node JS from https://nodejs.org/en/

npm init -y or npm init “This is create a package.json file for all the configuration to run the project.”

Now run the command npm install -S react react-dom it install the react and react dom lib. -S is for saving for production environment.

npm install webpack webpack-dev-server babel-loader babel-preset-env babel-preset-react babel --save-dev it will install all the dev dependencies.

Now create a file webpack.config.js -> make configuration in webpack.config.js file for entry, output, module rules.

Create a index.html file.

Create a index.js file.

Follow this -> https://www.youtube.com/watch?v=uextYhQGP6k to set up webpack.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published