Skip to content

CityOfDetroit/sms-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2951174 · Apr 7, 2021

History

23 Commits
Jan 10, 2020
Apr 7, 2021
Jan 28, 2020
Jan 10, 2020
Jan 24, 2020
Jan 10, 2020
Jan 23, 2020
Jan 10, 2020
Jan 10, 2020
Jan 23, 2020
Jan 24, 2020
Jan 10, 2020
Apr 7, 2021

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 git@github.com: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