hetanthakkar / learn-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Information:

Full Name: Hetan Thakkar

Getting Started

First, fork this repository and clone it to your local machine.

Then, run the development server:

npm install

npm run dev

Open http://localhost:3000 with your browser to see the an image displayed.

Next, create a new branch using the following command:

$ git checkout –b mmddyyyy

Add your name to the README.md file.

Add modified/new files to branch using:

$ git add /path/to/file

$ git commit -m "message"

Push new branch to origin (first time pushing to branch):

$ git push origin branch-name

Standard push (for subsequent pushes):

$ git push

The file pages/index.js is the starting page of the app.

Learn More

To learn more about React.js, take a look at the React Documentation

What to Submit?

Submit all changes made to files in src/pages/qcomps in Canvas class activity for the day.

About


Languages

Language:JavaScript 81.4%Language:CSS 18.6%