Dring this weekend my 6th grader son asked me if I could teach him creating a website from scratch using open-source content. He knows a little Python, JavaScript, and HTML. So I decided to create a YouTube series showing him how he can learn by himself and many other young aspirants worldwide. The whole series is divided into multiple steps and source code is shared from my GitHub.

Step 1: Creating Front End using CoreUI and React

  1. Cloning CoreUI repo for React
  2. Installing and updating Packages
  3. Building to code
  4. Testing/Running the code
  5. Adding Environment setting
  6. Changing its running port
  7. Cleaning the code by removing extra template code
  8. Updating the navigation menu and new pages

Here is the detailed step by step video to explain the above steps:

Dring this weekend my 6th grader son asked me if I could teach him creating a website from scratch using open-source content. He knows a little Python, JavaScript, and HTML. So I decided to create a YouTube series showing him how he can learn by himself and many other young aspirants worldwide. The whole series is divided into multiple steps and source code is shared from my GitHub.
Step 1: Creating Front End using CoreUI and React

Cloning CoreUI repo for React
Installing and updating Packages
Building to code
Testing/Running the code
Adding Environment setting
Changing its running port
Cleaning the code by removing extra template code
Updating the navigation menu and new pages

Here is the detailed step by step video to explain the above steps: […]