You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Install React, react-router, babel, webpack manually.
- Configure all of them to work together manually.
- Test for Using lazy-loading for Post-list.
Install the dependencies of the project:
npm install
Run the project:
npm start
About
Install React, react-router, babel, webpack manually, Configure all of them to work together manually, Test for Using lazy-loading for Post-list.