mirror of https://github.com/atherosai/ui.git
Update README.md
This commit is contained in:
parent
ca89f20ed4
commit
0d2aa6e71e
24
README.md
24
README.md
|
@ -8,9 +8,9 @@ Learn more with me [Modern Frontend Developer: HTML and CSS](https://learning.at
|
|||
* Quizzes And Certificate!
|
||||
* Interactive Tutorials
|
||||
* Coding Quizzes (coming soon)
|
||||
* Video Course (coming soon)
|
||||
* Video Course (some videos are already available)
|
||||
|
||||
This is repository with examples of simple UI components. The repository is based on Next.js and React.js.
|
||||
This is a repository with examples of simple UI components. The repository is based on Next.js and React.js.
|
||||
|
||||
# Installation :
|
||||
|
||||
|
@ -19,26 +19,6 @@ This is repository with examples of simple UI components. The repository is base
|
|||
git clone git@github.com:atherosai/ui.git
|
||||
```
|
||||
|
||||
# For HTML/CSS/JS
|
||||
|
||||
Just navigate to the folder with your chosen example and open html file in the browser.
|
||||
|
||||
# For React Examples
|
||||
|
||||
* Install npm packages
|
||||
|
||||
```
|
||||
npm i
|
||||
```
|
||||
|
||||
* Run development mode
|
||||
|
||||
```
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Now the app is accessible at ```localhost:3000```
|
||||
|
||||
# My Social Media
|
||||
The examples are posted here:
|
||||
|
||||
|
|
Loading…
Reference in New Issue