This app allows you to view the top Toronto Star articles on your phone whilst offline. Its specific goal is to allow users to read the Toronto Star while commuting to and from work with no cellular connection.
URL: http://tstar.com.s3-website.ca-central-1.amazonaws.com
git clone https://github.com/themarkappleby/tstar.git
npm install
npm start
npm run start
: Fetch latest articles, build and push an updated version of the app to S3.npm run build
: Build and push based on a previously fetcheddata.json
file.npm run upload
: Upload the latest build assets to S3.npm run zip
: Removesaws-sdk
and zips up project for Lambda.