/himm

Primary LanguageJavaScript

Himm's services.

Himm's components hold various services

[] install all dependencies below (npm install) [] generate a config.js file from the template with S3 keys from AWS [] npm start to start server [] npm run build to start compiler/transpile

DOCKER SPECIFIC: [] to work with docker, the mongo DB address needs to be changed in the seeders/dummyData.js folder (it's the docker DB) [] use the same docker DB address from above in the server/index.js file for docker as well

Project description A component app that displays scrollable and clickable photos for users.

Table of Contents

  1. Requirements

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install