This project was bootstrapped with Create React App. Open link to read about available commands and scripts.
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
In the project directory, you can run:
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.