create-grain-starter
v1.0.1
Published
Create a new Grain starter project
Downloads
66
Readme
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
Create a new project using this template:
npx create-grain-starter my-grain-app cd my-grain-app
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