- Action
- Reducers
- createStore
- Dispatch
- Connect
- mapStateToProps
cd myapp
yarn install
ornpm install
. (We prefer to using yarn)
cd myapp
yarn start
. (Now you can access application at http://localhost:3000)PORT=3001 yarn start
(If you want to set another PORT for application)