/Webpack-React-Redux-Boilerplate

A boilerplate for webpack and react, SCSS implemented too.

Primary LanguageJavaScriptMIT LicenseMIT

Webpack-React-Boilerplate

A boilerplate for webpack and react, SCSS implemented too.

Pre requisites

Install Redux DevTools Install

Clone

Clone the repo Run this in your Terminal/Command Prompt :

git clone https://github.com/shashankduhan/Webpack-React-Boilerplate.git

Initialize

Initialize and run the boilerplate Run this in your Terminal/Command Prompt :

cd Webpack-React-Boilerplate
npm install
npm start

Build

npm run build

Now your 'dist' folder containes the code you need to push to the server.

Next Step

Functionality Status
React Done
Webpack Done
SCSS Done
Breakpoints ---
Redux Done

------------------------------- Work In Progress --