What is the best software to deploy or run websites(offline, with stylesheets, files, etc together) and make a website project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

25th May 2022, 6:53 PM
Acid Wolf
Acid Wolf - avatar
5 Answers
+ 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.
25th May 2022, 7:11 PM
Justice
Justice - avatar
+ 1
Justice VSCode is exactly what I want
25th May 2022, 7:26 PM
Acid Wolf
Acid Wolf - avatar
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?
25th May 2022, 7:17 PM
Acid Wolf
Acid Wolf - avatar
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.
25th May 2022, 7:21 PM
Justice
Justice - avatar
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.
25th May 2022, 7:36 PM
Chris Coder
Chris Coder - avatar