Skip to content

Dhruvjit/webpack4-boilerplate-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack4 boilerplate code for React

This boilerplate code can be used as it is to create new react project using Webpack 4 and modular css file functionality

Dependencies to install before running your project:

npm install sass-loader node-sass webpack --save-dev (install sass supoort in react app)

npm install --save-dev @babel/plugin-proposal-class-properties (for babel)

npm install --save-dev @babel/plugin-proposal-export-default-from (for babel)

npm install --save @babel/polyfill

npm install file-loader --save-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published