Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 861 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 861 Bytes

Swolemates: Find your workout buddy!

Application to help find a buddy and an accountability partner to workout with.

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Demo

This demo shows the Display and Edit Profile microservice.

Usage

npm install, npm start, npm run build

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install
npm install axios
npm install body-parser
npm install express
npm install nodemon
npm install @babel/core
npm install @babel/preset-env
npm install babel-preset-react-native
npm install babel-loader
npm install react-native
npm install webpack
npm install webpack-cli