/mindmap-react

Primary LanguageJavaScript

Build Status Coverage Status

MindFlare

A productivity application using React and D3.js to render a visual tree of your thought processes

Team

  • Product Owner: Ashley Woodall
  • Scrum Master: Joshua Nance
  • Development Team Members: Lina Yang, Joshua Nance, Ashley Woodall

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team

Usage

Add /node_modules/ to your .gitignore.

Requirements

Development/Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8081
yarn start

# start webpack
yarn dev:wds

# run mocha test suite
yarn test

# build for production with minification
yarn prod:build

# start production application using pm2
yarn prod:start

# stop production pm2
yarn prod:stop

Update README.md

Roadmap

View the project roadmap here