Skip to content

kurtharriger/Dinero-Flux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dinero (dinero)

...

Running your project

To build, launch, and rebuild the app whenever you change application code, run:

$ npm start

If you prefer to just build without the auto-rebuild functionality, run:

$ npm run build

Generating Additional Code

You can add additional functionality to your application by invoking the subgenerators included in the Flux Generator. You can add components using the following commands:

Dispatchers

$ yo flux:dispatcher DispatcherName

Stores

$ yo flux:store StoreName

Actions

$ yo flux:action ActionCreatorName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%