Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 470 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 470 Bytes

Setup

Download and install node. With the node package manager (npm) installed and available on your system path, you can install the tools needed to build the project. Navigate to the directory containing package.json and run the command npm install to install all of these tools automatically.

Build

After installing the npm tools, you can build the app from the directory containing package.json with the npm run build command.