You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extension for VSCode:
Live Sass Compile
- Setting for setting.json of Live Sass Compile:
+ Open file setting.txt and copy all content, then:
open file setting.json of Live Sass Compile and paste:
{
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "eq-material-theme-icons-darker",
...
// Paste here !!!
}
+ Turn off VSCode and open again to use.
Attension:
- Please operate on the specified branch.
- Use HTML5/CSS3 and Sass/Scss for project.
- If you have questions, ask our chat team questions on messenger.
- Add /css/ folder into .gitignore file to limit conflit for project.
Thanks!
To use API:
Change IP address localhost or 127.0.0.1 in your PC with new IP address: carauto.local
* To use POST method create new product :
{
"name": ,
"image": ,
"price": ,
"brief": ,
"category": ,
"status_product":
}