Skip to content

CityOfDetroit/sms-dashboard

Repository files navigation

sms-dashboard

Admin dashboard for sending SMS message.

Getting Started

This project was created using:

  • React for application state management.
  • Parcel as a web application bundler.
  • Jest for testing.
  • NPM and Yarn for 3rd party library use and management.

Please make sure these are installed locally

Setup Local Environment.

  1. Download the repo.

    $ git clone [email protected]:CityOfDetroit/sms-dashboard.git
    
  2. Install node dependencies.

    $ npm install
    
  3. Run local instance.

    $ npm start
    
  4. Run test suite.

    $ npm test
    
  5. Run build.

    $ npm build
    

Resources