Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 292 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 292 Bytes

lazy-loading

- 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