Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 842 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 842 Bytes

CodePen Clone

A codepen clone 🪞

app

Technologies

Setup

Clone repository

Create and go to the directory where you want to place the repository

  cd my-directory

Clone the project

  git clone https://github.com/pncsoares/codepen-clone.git

Go to the project directory

  cd codepen-clone

Run the app

Install dependencies

Open terminal and run the following command:

  npm i

Run

Execute the following command:

  npm start

A browser page will open automagically 🪄

License

MIT