3
0 Comments

Web Dev Beginner? Here’s how to setup an HTML/CSS project in seconds 🔥

The problem (before)

I remember when I started learning web development a few years ago how tough and annoying it was to setup a new project for my basic HTML/CSS project.

It’s so simple, why do I have to keep learning it?

crying kid gif

The solution! 🎉

Back then, a tool like Create HTML Boilerplate would’ve defiantly helped. 👍

What is Create HTML Boilerplate? It’s a super easy-to-use CLI (Command Line Interface) for generating the base of your vanilla HTML/CSS project in just seconds.

Cool! How can I do that?

Start by opening a new project in your preferred text editor and type the following command into your terminal:

You can replace myapp with the name of your project.

npx create-html-boilerplate myapp

Lastly enter into your project folder by doing one last command:

cd myapp

Now you should be good to go and ready to code away! 😎


If you find this open-source project useful, please give it a ⭐️ on Github. I really appreciate it. 😊

If you need help/have any questions, feel free to email me or put them in the comments. ⬇️

Have a great week! 👋

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 28 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 15 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments