Minimilistic personal site with focus on CSS styling
My Site
Technology | Description |
---|---|
CSS | Cascading Style Sheets |
HTML | Hyper Text Markup Language |
Step #1 - Clone the project
$ git clone https://github.com/sandramsc/My-Site.git
Step #2
-
Install dependencies:
npm i
ORyarn
-
To start the webapp, run:
npm start
ORyarn start