Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 586 Bytes

File metadata and controls

25 lines (18 loc) · 586 Bytes

devlogger

small angular 2 dev notes logger

About

This project uses Feathers. An open source web framework for building modern real-time applications. and angular 2.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/devlogger; npm install
    
    cd path/to/devlogger/public; npm install
    
  3. Start your app from project root

    npm start