/reactjs-flux-easy-implementation

Boilerplate for ReactJS project with stores having Flux implementation. Easy and straightforward.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

This project was bootstrapped with Create React App. Open link to read about available commands and scripts.

Folder Structure

After creation, your project should look like this:

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    components/
      list.js
      add-item-btn.js
    pages/
      [empty]
    stores/
      list/
        actions.js
        store.js
      AppDispatcher.js
      Dispatcher.js
      Constants.js
    utils/
      index.js
    App.css
    App.js
    App.test.js
    index.css
    index.js

How to start

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.