*Nakshora from Zero (Nakshora 3.0) — chapter 1 of 6.* Get a working Nakshora 3.0 environment from absolute zero.

What you will build#

By the end of this chapter you will have install Nakshora and run the build and a page rendering with utilities.

Step by step#

example
bash
npm create vite@latest my-app -- --template vanilla
cd my-app && npm install -D @nakshora/vite-plugin

Why it works#

Nakshora 3.0 needs only a build hook; the rest is markup with classes.

Try it yourself#

  • Create the project
  • Register the plugin
  • Render a styled div

Series navigation#

tutorials/index|All tutorials · tutorials/from-zero/first-utilities|Your first utilities →