Reactjs startup boilerplate project. It has jquery, custom css, foundation css supprot. Webpack is also enabled will update bundle.js after your every change.
Steps : 1 - Clone repository 2- Run npm install ( this will download all packages ) 3- Start server with node server.js command 4- Initiate webpack with webpack -w 5- Now after every change just save your code and refresh the browser to view your changes