Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 515 Bytes

File metadata and controls

21 lines (14 loc) · 515 Bytes

docusignHackathon2018

Notes: Will require environment variables, which can be specified in a .env file. Ping Harrison or Roger for the latest version of the files.

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# serve with hot reload at localhost:3000 and an open debugger port 5858 for VS Code
npm run debug

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report