Skip to content

moamlrh/webpack-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack configration with react

commands from terminal

mkdir client
cd client
npm init -y  // creates package.json file with default configurations
npm install react react-dom  // install react and react-dom dependencies
touch .gitignore // creates gitigonre file
mkdir app // create app folder in your project folder
cd app
touch index.js index.css // creates two files in app directory
npm install --save-dev @babel/core @babel/preset-env @babel/preset-react webpack webpack-cli webpack-dev-server babel-loader css-loader style-loader html-webpack-plugin  -- adding all require depnendincies to the project
touch webpack.config.js // creating webpack configurations file

About

webpack configration with react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published