A github page for front-end code preferences in Suitmedia, built with AngularJS 1.6. CMS built with NodeJS using ExpressJS library.
- Make sure you have NodeJS installed (at least v6.4.0)
- Install required dependencies
$ npm install
- Run the CMS application
$ npm start
- CMS application will be opened from browser through http://localhost:5000