Best Products
Launches
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Kitty Points Leaderboard
The highest scoring community members
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/general
by
leshan wang
•
24d ago
Coding Diary: Building a Static Digital Art Marketplace in 7 Days
... JavaScript. Having no heavy React structures meant I could easily host it directly without setting up complex build pipelines. To view my changes in real-time as I worked, I set up a local development server using Node.js and
BrowserSync
. I navigated to my project directory in the terminal and ran this command: browser-sync start --server --files "*.html, css/*.css, js/*.js" The template came with over twenty-five pages, including complex forum styles, community profiles, chat rooms ...
0
0
p/general
by
leshan wang
•
24d ago
Coding Diary: Building a Static Learning Portal in 7 Days
... modern CSS variables. This made it much easier for me to customize the branding colors to match Lisa s logo. To view my changes on the fly, I configured a simple development environment on my computer using Node.js and
BrowserSync
. I set up a project folder and ran this command in my terminal: browser-sync start --server --files "*.html, css/*.css, js/*.js" The template came with over forty different pages, including complex shopping carts, checkout forms, and multiple homepage ...
0
0
p/general
by
leshan wang
•
24d ago
<h1>Coding Journal: Setting Up a Fast Pharmacy Catalog in 7 Days</h1>
... wanted because there were no complex dependencies, React builders, or build tools to worry about. Everything was clean, raw front-end code. To view my changes on the fly, I configured a simple local development pipeline using Node.js and
BrowserSync
. I set up a quick project folder and ran this command in my terminal: browser-sync start --server --files "*.html, css/*.css, js/*.js" This command automatically refreshed my browser screen every time I saved a file. The template came ...
0
0
Subscribe
Sign in