FEC is our Front End Capstone Project for Hack Reactor. This project was created as a team of four.
Use the package manager npm to install dependencies.
npm install# bundles files
npm run transpile
# initializes server
npm run server
# enter api key
copy config.example.js in server folder
rename it to config.js
uncomment code and replace 'GITHUBKEY' with your personal access token
# open client
open http://localhost:3000/ in browser