Skip to content

nturinski/project-pretzel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretzel

Greenfield Project for HackReactor

How to get started

Run these commands from the root directory

  1. $ npm install
  2. $ npm install --save-dev webpack babel-loader@6.2.x http-server@0.9.x (sometimes this dependency does not install correctly)
  3. $ brew install mysql
  4. $ mysql.server stop (make sure you dont have one running)
  5. $ mysql.server start
  6. $ mysql -u root < src/schema.sql (runs sql file)

To run the server

  1. $ NODE_ENV=production node_modules/.bin/babel-node --presets react,es2015 src/server.js

To compile the code

  1. $ NODE_ENV=production node_modules/.bin/webpack --progress --watch

UI Screenshots

Landing page

Login page

Chat page

About

Greenfield Project for HackReactor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.6%
  • Other 0.4%