0
What is the best software to deploy or run websites(offline, with stylesheets, files, etc together) and make a website project?
I want to make a sample website as a first project to learn html
5 ответов
+ 2
I wouldn't recommend deploying your very first website. That's a waste of time and money. You can just download VSCode, using the Live Server extension and start coding. Or you can use the Code Playground on this app.
+ 1
Justice VSCode is exactly what I want
0
Justice VSCode and Code Playground, can either of them use other files in the root folder or do they just use one HTML file?
0
Acid Wolf Code Playground can only really handle single file HTML paired with one CSS file and one JS file.
VSCode is an IDE. Are you aware of how those work? They're very important to making projects outside this app.
0
If you want to just practice with out having to work with creating multiple documents. And running a server to view your product. Use a simple online editor such as
https://webmaker.app/app/
You can make all your changes and see them in real time as you work. And you can also save your project file to your computer. Then open it in any offline text editor.