A Starter Kit to get started on a UI Project with Reactjs, Redux and Sass.
Run npm i
to install all the dependencies.
Run npm start
to run it in the development environemnt.This will open the the starter-template landing page in http://localhost:8080/
Or
Run npm build
to run it in the production environment.This will generate the JS and CSS files inside build/js
and build/css
folders. After that you can open the index.html
page under ./build
folder in your browser.