Giter Site home page Giter Site logo

sineadmccaffery / final-project-snack-match Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fullstack-decal-fa22/final-project-snack-match

0.0 0.0 0.0 10.17 MB

SnackMatch: A web app that helps groups of friends or colleagues easily find a restaurant that everyone will enjoy.

JavaScript 86.75% CSS 7.42% HTML 5.27% Pug 0.56%

final-project-snack-match's Introduction

mern-tailwind-vivid-starter

A repository of Snackmatch App files

Getting Started

This repository contains both an Express backend (within api) and a React frontend (within client). To get started, clone the repository. Navigate to your terminal and execute the following command.

git clone https://github.com/vivid-labs/mern-tailwind-vivid-starter.git

In order to have a fully functional web app, you'll need to run both the frontend and the backend simultaneously.

Starting the frontend

From the root of the repository, you'll need to enter the client folder, install the necessary dependencies, and run the app.

cd client
#If you don't already have yarn
npm install --global yarn
yarn install
yarn start

Navigate to localhost:3000 to see the running app. You'll notice that the Express status will state "Currently down." It will remain that way until you start the backend.

Starting the backend

From the root of the repository, you'll need to enter the api folder, install the necessary dependencies, and run the server.

cd api
yarn install
yarn start

Navigate to localhost:9000/testAPI to see the results of the /testAPI route. If you refresh your localhost:3000 tab, your Express status should change.

Styling with Vivid

Vivid lets you style with Tailwind in your browser. Cmd-Click (Windows: Ctrl) on any component to see its code. Check out Vivid's docs for a guide to its full functionality.

final-project-snack-match's People

Contributors

1524michelle avatar ronniebeggs avatar vincenttlin avatar github-classroom[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.