A series of super tiny, quick tips, tricks and best practices of front-end development.
The series cover different topics:
- CSS
- HTML
- JavaScript
- TypeScript
- Browser developer tools
- Clone the project:
$ git clone https://github.com/phuocng/frontend-tips- Install the dependencies:
$ cd frontend-tips
$ npm install- Run it on the local:
$ npm run startOpen http://localhost:8081 in your browser to see it in action.
Pull requests are welcomed. To submit your favorite tip, please create a markdown file, and put it in the contents folder. The content of markdown file has to look like
---
title: ___
category: ___
date: '___'
topics: ___
---
The content of posttitle: Must match with the file namecategory: Can be one oftip,trickorBest practicedate: The date that post is createdtopics: The list of topic(s), separated by a comma
Here is an example.
This project is developed by Nguyen Huu Phuoc. I love building products and sharing knowledge.
Be my friend on