Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 215 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 215 Bytes

This is a simple tool for a new project off the ground.

Usage

To install all dependencies:

npm install

To build dev:

npm run build-dev

To build prod (minified styles and scripts):

npm run build-prod