Skip to content
ldfMion edited this page Feb 29, 2024 · 8 revisions

Welcome to the ReactNewsBlog wiki!

Organization

Styles

Folder Structure

  • components - contains components used throughout the project
  • layouts - different pages
    • folder for each layout
      • index.js - main file for this layout
      • other components used in this layout
  • data - contains things related to the "backend"

React Libraries we are using:

Useful references:

Tips

How to preview react

  1. Make sure the command directory is the folder you are working in For me it was: /Users/parkerhaskett/CSDCWebsite/NewsBlogProject/ReactNewsBlog/react-news-blog

  2. Go to the terminal and write npm start

  3. The window should open in your browser, displaying the index.js file

Clone this wiki locally