/acebook-frontend

MA Week 8-9: React front-end to Acebook (group project)

Primary LanguageJavaScript

AceBook Engineering Project (Front-end)

Acebook is now deployed to Heroku.

This repo serves as the Express/React front-end to the Acebook Engineering Project hosted on Rails. Please see this repo for full project details and our final project outcomes.

Implementation

This repo must be run alongside the back-end Rails repo. In order to host the front-end, clone this repo, then:

npm install
npm start # app should launch automatically at localhost:4000

Contributors