1.1.1 • Published 2 years ago

@ismael01866/design-system-boilerplate v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Design System Boilerplate

Table of Contents

  1. Requirements
  2. Quick Start

1. Requirements

The boilerplate needs Node.js to be installed on your system. It was tested with version 16 and newer.

2. Quick Start

  1. Clone the repository into a new folder for your new project.

    git clone git@github.com:ismael01866/design-system-boilerplate.git
  2. Install dependencies

    npm install
  3. Run webpack

    npm run build

    This command tells webpack to run in production mode and compiles all of the assets in a minified version, ready to be delivered as production assets.