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! 🎉