Home >Web Front-end >JS Tutorial >Rino, easy static website builder with HTML, CSS and Typescript/Javascript
Rino.js is your go-to web framework for building efficient static websites with HTML, CSS and Typescript/Javascript. Designed for developers of all levels, it simplifies web development by combining the power of standard web technologies with streamlined preprocessing tools.
Getting started is as simple as:
npm create rino@latest
With just one command, you can set up your project and start developing immediately.
Modern web frameworks like Angular, React, Next.js, Vue, and Nuxt have reshaped web app development, but they often come with challenges such as:
Enter Rino.js. Built to simplify the process, Rino.js focuses on standard web technologies: HTML, CSS, and JavaScript. It provides:
Even beginners can grasp the basics of Rino.js within 30 minutes, making it an excellent choice for rapid development. Check out the Project Structure and Syntax guide for a deeper dive.
Rino.js also offers flexibility: it allows you to integrate other frameworks like React or Vue when needed, keeping your project lightweight and manageable.
Development
Run a development server:
npm run dev
Static Website Generation
Generate your static website:
npm run generate
Generate your static website with a sitemap:
npm run generate-sitemap
Image Compression
Run the image compression tool:
npm run image
Rino.js 2 introduces an intuitive project directory and file structure, emphasizing automation and simplicity.
Key Directories
npm create rino@latest
npm run dev
Embed Markdown directly into your HTML files:
npm run generate
Rino.js is an open-source project under the MIT license, free for everyone to use.
Start your journey with Rino.js today and redefine how you build a website—faster, simpler, and more intuitively.
The above is the detailed content of Rino, easy static website builder with HTML, CSS and Typescript/Javascript. For more information, please follow other related articles on the PHP Chinese website!