pncsoares / codepen-clone

A codepen clone made in React ⚛️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A codepen clone made in React ⚛️

License:MIT License


Languages

Language:JavaScript 61.0%Language:HTML 24.8%Language:CSS 14.2%