Skip to content

ricardopdj/udacity-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Neighborhood Map Project

Getting Started

Clone this repository in your computer:

$ git clone https://github.com/ricardopdj/udacity-maps.git

Or download it as a ZIP file.

Prerequisites

The only dependency is Node and NPM (comes together with Node).

Installing

Open a terminal at the project root and run npm install to install all dependencies.

NPM scripts

  • npm run start: runs the app in development mode
  • npm run build: builds the app for production to the build folder

Running the project

Development

Open a terminal at the app's root folder and run npm start

Run Offline

  1. Remove ["homepage": "http://ricardopdj.github.io/udacity-maps"] from the package.json file
  2. Run npm run build
  3. Run serve -s build. If serve isn't installed enter npm install -g serve and repeat step 2.
  4. Navigate to localhost:5000 as listed on your terminal.

Demo

https://ricardopdj.github.io/udacity-maps/

Built With

About

Nanodegree Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published