Skip to content

stackola/cpa_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React & Redux starter

This is a minimal starting point for a react, redux, webpack, babel browser application.

Install:

  • git clone
  • npm install
  • If you want to use yeoman code generator (do it.)
    • npm i -g yo
    • cd gen && npm install

Running:

Serve locally, includes hot-reloading for js/less

  • npm run serve

Create debug build (public/)

  • npm run compile
  • or npm run build

Create production build

  • npm run prod

Generating a component:

yo ./gen/component

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published