Skip to content

P-nguyen/snack_seriously

 
 

Repository files navigation

Snack Finder

An app for finding snacks

Setup Instructions

  1. Fork this repo
  2. Clone your forked copy of this repo
    • git clone https://github.com/[Your Username]/snack_seriously.git
  3. Change directory into the newly cloned repo
    • cd snack_seriously
  4. Install dependencies
    • npm install
  5. Start dev server
    • npm start
  6. Open a browser and navigate to localhost:3000

Bundle For Deployment

  1. Run webpack to bundle files
    • npm run bundle

NOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.

About

Snack Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.2%
  • JavaScript 16.9%
  • CSS 13.7%
  • HTML 1.7%
  • Shell 0.5%