FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Step 1: Setup Frontend
How-ToWeb Development

Step 1: Setup Frontend

via Dev.to TutorialNabilla Trisnani3h ago

This step is going to be a short one, but let’s go! Install NextJS: Use this command pnpm create next - app @ latest my - app Choose Yes for everything Setup Theme Switcher For this project, I’m going to add theme switcher feature. Which is why I’m going to change the global.css to this: @ import url ( " https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap " ); @ import " tailwindcss " ; : root { -- white : # fffffe ; -- light - background : # fffffe ; -- light - secondary - background : # d9d4e7 ; -- light - text - primary : # 0 e172c ; -- light - text - secondary : # fffffe ; -- light - highlight : # a786df ; -- dark - background : # 232946 ; -- dark - secondary - background : # d4d8f0 ; -- dark - text - primary : # b8c1ec ; -- dark - text - secondary : # 232946 ; -- dark - highlight : # eebbc3 ; } @ theme inline { -- color - white : var ( -- white ); -- color - light - background : var ( -- light - background ); -- color - light - seconda

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
0 views

Related Articles

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 3h ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 4h ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 9h ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 9h ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 9h ago

Discover More Articles