1.0.1 • Published 11 months ago

create-grain-starter v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Grain Playground Sandbox

This project is a starter template for building applications with Grain, a modern React component library.

Features

  • Pre-configured with Grain setup.
  • Pre-installed Flodesk Sans font.
  • Uses Rsbuild for fast and efficient builds
  • ESLint and Prettier for code quality and formatting
  • EditorConfig for consistent coding styles

Getting Started

Prerequisites

  • Node.js (version 14 or later)
  • npm (usually comes with Node.js)

Installation

  1. Create a new project using this template:

    npx create-grain-starter my-grain-app
    cd my-grain-app
  2. Install the dependencies:

    npm install

Development

To start the development server:

npm run dev

Build

To build the application for production:

npm run build

Preview

To preview the production build locally:

npm run preview
1.0.1

11 months ago

1.0.0

11 months ago