Skip to content

benjaminheng/subreddit-analytics

Repository files navigation

Subreddit Analytics

Data visualization for the /r/Singapore subreddit.

In progress.

Setup

Install prerequisites

Install necessary packages

$ npm install

Usage

npm run start

Runs the server. If NODE_ENV=production is not set, the server is run in development mode.

npm run start:dev

Same as npm run start but also enables nodemon to automatically reload the server when server files are changed. This is the recommended mode for development.

npm run build

Bundles source files into the dist/static/ directory.

npm run test

Runs the unit tests.

About

Data visualization for the /r/Singapore subreddit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published