Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 271 Bytes

ebbx

ebb front-end project

# install dependencies
npm i

# start development
npm start

# build for production
npm run build

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