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
Run npm install bower gulp -g to install Bower and Gulp
Run npm install and bower install to install all the local server-side packages, and client-side components for the project
Run gulp build to build and compile the assets
Run npm start to start the web server and the API's
Now you are ready to view the website application. Just go to localhost:80
(If localhost:80 does not work on your browser, then go to the app.js file in the main directory of the application
and change line 53 to app.listen(3000) then do step 5 again and point your browser to localhost:3000)