Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.56 KB

Udacious CMS ProtoType

Experimental prototype for the CMS feature that will be integrated in Udacity's community built Alumni Web App.

Documentation

Getting Started

To try the example application out or to use the project, follow the instructions below.

  1. Clone repo

    git clone https://github.com/adai183/udacious_cms_protoType.git

  2. Install dependencies

    npm install

  3. Run development server

    npm run start

    Development server should be running at http://localhost:8080/

  4. Make build

    npm run production

  5. Deploy

    firebase deploy

Technologies / Libraries

Timeline / TODOS

  • Create Prototype
  • Figure out coding challenge