Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 932 Bytes

File metadata and controls

50 lines (40 loc) · 932 Bytes

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.