/newsroom-front

Educational project. A small blog/news site with CMS for collaborative editing.

Primary LanguageJavaScript

Installation

  1. Node.js 7 and must be installed, backend must be up and running
  2. git clone git@github.com:simenko/newsroom-front.git
  3. cd newsroom-front
  4. Open file '.env.example', assign relevant values to environment variables and save it as '.env'
  5. npm install
  6. webpack
  7. npm start