Skip to content

asternaut/flexbox_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Learning FlexBox

Installation

  • create a new repository on GitHub

  • Click on the green clone or download button located in the top right corner of this project and copy the url provided

  • Open up your terminal and make a new directory where you want to have the project stored mkdir (directory name)

  • Get into the directory you just made cd (directory name)

  • initialize the empty repository you made earlier git init

  • Clone the project git clone (paste the url copied from the clone button in the first step)

  • Go into your new repository on GitHub and copy the url provided at the top of the page

  • Change the remote git remote set-url origin (paste the new repository copied url here)

  • Check if the remote belongs to you now git remote -v

  • You should see something like this https://github.com/(yourUserName)/bug-free-pancake.git

  • Add the content git add -A

  • Commit the project to GitHub git commit -m "type in your commit message here" it should usually be short and describe what you are committing for this first one though you can just type "first commit"

  • Push the code to GitHub git push origin master

Running the server

  • in your project directory run the command 'browser-sync start --server --files "*.html, css/*.css, js/*.js"' to start browser-sync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors