Follow these super easy steps to get this project up and running on your local machine:
Grab a copy of the project files from GitHub using this command in your terminal:
git clone https://github.com/shad-ct/ReactTemplate
Navigate into the newly created project directory:
cd ReactTemplate
Time to download and install all the necessary packages and dependencies. Run this command:
npm install
Start the local development server and watch your app come to life!
npm run dev