Skip to content

lm2almeida/wildbeast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wildbeast Project

I am going to track my course progress via this repository. If you are interested in it go there and access https://www.origamid.com/curso/css-grid-layout/, you will not regret.

Table of contents

What is this

This is a project called wildbeast. It is just a sample project to practice and learn CSS display: grid

Code Map

How to run it

This is not a NPM project (although you will need NPM installed) so, I recommendo to follow steps below:

  1. Open your terminal
  2. Run npm install -g live-server
  3. Navigate to this project root folder
  4. Run live-server
  5. Open your browser at http://127.0.0.1:8080/ (it will open automatically)