ajay7868 / demoAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEMO-REACT_REDUX_SCSS_WEBPACK-4

A Demo Kit to get started on a UI Project with Reactjs, Redux and Sass.

Step 1

Run npm install to install all the dependencies.

Step 2

Run npm run start to run it in the development environemnt.This will open the the DemoKit Landing page in http://localhost:8080/

Or

Run npm run build to run it in the production environment.This will generate the JS and CSS files inside dist/js and dist/css folders.After that you can open the index.html page under ./dist folder in your browser.

About


Languages

Language:JavaScript 87.2%Language:CSS 12.8%