Change UI
Last updated
Code Editor
Node JS
Some knowledge React (Html, Tailwind CSS)
Right click on the folder open it with terminal and write :
code .
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
Now write: npm i to install everything.
If you have errors write: npm update to make the update.
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.
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