Project Name

Project description

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

  1. Run the command $ npm install to install dependencies
  2. enter your MYSQL credentials in the file ./server/config.js
  3. create database "sixthSquawk" if it does not already exist
  4. execute the command $ npm run seed to add data to the database
  5. start the server by executing the command $ npm run server-dev
  6. execute the command $ npm run react-dev to run webpack and bundle the app
  7. Navigate to localhost:5001

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install