DamPlay is a digital asset management software. Use to improve communication between employees as well as clients with regards to created content (assets) developed for clients
After you have installed all the tools successfully. Run npm i or npm install in both the front end and backend to download the depdencies)
npm run serve
node index.js
(after making a change you have to ctrl+c
and run node index.js
again or install nodemon
and run nodemon index.js
to watch for changes and automatically rebuild 😃)git checkout -b feature-name-of-feature
, always put feature in front