1.1.1 • Published 3 years ago
@ismael01866/design-system-boilerplate v1.1.1
Design System Boilerplate
Table of Contents
1. Requirements
The boilerplate needs Node.js to be installed on your system. It was tested with version 16 and newer.
2. Quick Start
- Clone the repository into a new folder for your new project. - git clone git@github.com:ismael01866/design-system-boilerplate.git
- Install dependencies - npm install
- 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.