Skip to content

suitmedia/front-end-standard

Repository files navigation

Suitmedia Front-End Standards

A github page for front-end code preferences in Suitmedia, built with AngularJS 1.6. CMS built with NodeJS using ExpressJS library.

Using the CMS

  1. Make sure you have NodeJS installed (at least v6.4.0)
  2. Install required dependencies
$ npm install
  1. Run the CMS application
$ npm start
  1. CMS application will be opened from browser through http://localhost:5000