alonavns / react-redux-starter

React-Redux starter kit based on Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-ui

This repository handles UI development

how to install?

npm install

yarn (If you are using yarn)

scripts

start: webpack-dev-server

dist: webpack

watch: webpack --progress --watch

dev: webpack-dev-server --open

how to run?

npm start (yarn start) : http://localhost:8080

how to build dist?

npm run dist (yarn dist)

how to work with lendroid

check on LendroidJS

You can do other features like test, watch and others regarding package.json or you can modify as you need

About

React-Redux starter kit based on Create React App


Languages

Language:JavaScript 78.1%Language:HTML 19.0%Language:CSS 2.8%