Phocisticks / ReactPortfolioDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Get Started

Please have downloaded and available

  • Node
  • NPM
  • An IDE of your choice (My recommendation: Visual Studio Code)
  • A command line of your choice
    • Windows recommendations: Powershell (no download required) Git Bash (download required)
    • Mac recommendations: Terminal (no download required)
    • Linux recommendations: You probably already know what a command line is.

Downloading this code using the command line

  • Click on the green code button at the near the top of this page
  • Copy the url e.g https://github.com/Phocisticks/ReactPortfolioDemo.git
  • using the command line
    • navigate to the folder you want to store your code
    • input the following command
      • git clone {paste copied url here} . (the period at the end is important)
      • should look something like git clone https://github.com/Phocisticks/ReactPortfolioDemo.git .

Downloading this code using the zip

  • Click on the green code button at the near the top of this page
  • Click download zip
  • unzip downloaded file to the folder you want

Pre setup

  • open the folder containing your code in your IDE of choice and command line of choice
  • in the command line run the following
    • npm install
    • npm start
  • This should open up a webpage in your default browswer pointed to localhost:3000

Additional Info

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

License:MIT License


Languages

Language:JavaScript 63.2%Language:CSS 28.5%Language:HTML 8.3%