Skip to content

webpack boilerplate for react.js projects with sass / css modern ES6 and auto image imports.

License

Notifications You must be signed in to change notification settings

jj-softeng/react-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Webpack Boilerplate


this project is a simplified and mini version of create-react-app with build in support for sass, scss, images and the all the most comman features of Ecmascript 2015(ES6) and beyond.

To Start Development mode, simply download or clone the repo. then start development work flow by typing this npm command in the terminal.

npm start

this will open a development server on localhost port 300. by the way you can also change the port, open webpack.config.js file find the port 300 and change into what ever you like.

For making production bundle simply type this command in the terminal.

npm run build

this will minify and bundle / compile / transpile modern ES6 to old version of Ecmascript so that all major browser could support / run this App.

To set a custom favicon make sure to replace favicon.ico from public directory before building the project or after building the project replace favicon.ico from the build folder.

Note

make sure you have npm installed in your system otherwise these commands would not work.

About

webpack boilerplate for react.js projects with sass / css modern ES6 and auto image imports.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published