aghwotu / react-blog

Single page react website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hart Bullock

Single page React blog built for Hart Bullock. Original code by Amelia Wattenberger

Instructions

Install dependencies

npm i

To start the project locally

npm start

To deploy to production run the command below. It will generate a build folder in your root directory

npm run build

Deployment

You can deploy the website to Netlity in two ways:

  1. Drag and drop method following this tutorial

  2. Continuous Deployment

Editing the home page

You can edit the text on the home page on the HomeHeader.jsx

Gotchas

  • If you see this error on your Mac terminal
  gyp: No Xcode or CLT version

Fix: run this code in your terminal

sudo xcode-select --reset

About

Single page react website


Languages

Language:JavaScript 67.9%Language:SCSS 30.5%Language:CSS 1.0%Language:HTML 0.6%