Change UI
Prerequisites
Code Editor
Node JS
Some knowledge React (Html, Tailwind CSS)
Step 1
Right click on the folder open it with terminal and write :
code .
Step 2
In Visual Studio Code click on terminal then new terminal. To check that node and install correctly write : node -v
this will show you the version of your node.
Don't forget to be in the web folder
Step 3
Now write: npm i
to install everything.
If you have errors write: npm update
to make the update.
Step 4
Write npm run start
. This will open a link to a local site to open it by ctrl+ left click. Now you can make your changes on the interface.
Step 5
Finally write npm run build
to optimize all the work you have done and it will be ready to use on your script.
Last updated