Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 420 Bytes

open-stulife-sdk Frontend Project

Start the Frontend Project

  • Download and install Node.js & npm (can be done via command line or package installer)
  • Install dependencies
$ npm i
  • Start the project
$ npm start

Build the Frontend Project

  • Local environment
$ npm run build:dev
  • Production environment
$ npm run build:pro

All Done! Celebrate! 🎉