______ __ __ ______ ______ ______ ______
/\ __ \ /\ "-.\ \ /\ ___\ /\ __ \ /\ __ \ /\__ _\
\ \ \/\ \ \ \ \-. \ \ \ __\ \ \ \/\ \ \ \ \/\ \ \/_/\ \/
\ \_____\ \ \_\\"\_\ \ \_\ \ \_____\ \ \_____\ \ \_\
\/_____/ \/_/ \/_/ \/_/ \/_____/ \/_____/ \/_/
Never Yelp Again
- npm install
- npm run build
- npm start
- You will need a server/env/config.js file with an object containing your own api key(s) + dbUrl (database logic is written with Mongoose)
- npm run build -- will compile files to use in server
- npm start -- runs compiled server
- npm run react --runs developer server, skips compiling
- See the _CONTRIBUTING.md file for detailed contribution guidelines and config details.