You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/<yourgithubprofile>/container-ioc
cd container-ioc
Install packages:
npm install
Npm scripts:
npm start // lints, compiles and tests source code
npm run dev // runs dev workflow, lints, compiles, tests source code and watches source files.
npm run dist // compiles src code and puts everything into dist folder