Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uvacoder/this-vs-that
https://github.com/uvacoder/this-vs-that
aaa abc ediug guide nextjs tips vercel
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/this-vs-that
- Owner: Uvacoder
- License: mit
- Created: 2021-10-01T12:50:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T00:47:22.000Z (about 3 years ago)
- Last Synced: 2024-11-24T01:51:58.383Z (3 months ago)
- Topics: aaa, abc, ediug, guide, nextjs, tips, vercel
- Language: TypeScript
- Homepage: https://this-vs-that.vercel.app
- Size: 2.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# this-vs-that
The differences between **_ and _** in the front-end development.
- [x] Cover differences in various topics (CSS, DOM, HTML, JavaScript)
- [x] Include many _Good to know_ sections
- [x] Include many good practices
- [x] Inculde many tips and tricks## Running it on local
1. Clone the project:
```shell
$ git clone https://github.com/1milligram/this-vs-that
```2. Install the dependencies:
```shell
$ cd this-vs-that
$ npm install
```3. Run it on the local:
```shell
$ npm run dev
```Look at the console to see the _Local URL_. Open it in your browser to see it in action.
## About
This project is developed by _Nguyen Huu Phuoc_. I love building products and sharing knowledge.
Be my friend on
- [Twitter](https://twitter.com/nghuuphuoc)
- [dev.to](https://dev.to/phuocng)
- [Github](https://github.com/phuoc-ng)