Skip to content

gracekishino/ravenous

Repository files navigation

Ravenous

Ravenous is a web app for finding restaurants near a location.

This project was created using Create React App.

Installation

Use npm to install.

From the command line, navigate to the project directory and run:

npm install

Then install and setup Netlify CLI https://docs.netlify.com/cli/get-started/

Usage

To run the app in development mode, from the command line navigate to the project directory and run:

netlify dev

Open http://localhost:8888 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Tests

npm test

Launches the test runner in interactive watch mode.
See the section about running tests for more information.

Build

npm run build

Builds the app for production to the build folder.