Clone this repository in your computer:
$ git clone https://github.com/ricardopdj/udacity-maps.git
Or download it as a ZIP file.
The only dependency is Node and NPM (comes together with Node).
Open a terminal at the project root and run npm install
to install all dependencies.
npm run start
: runs the app in development modenpm run build
: builds the app for production to the build folder
Open a terminal at the app's root folder and run npm start
- Remove ["homepage": "http://ricardopdj.github.io/udacity-maps"] from the package.json file
- Run
npm run build
- Run
serve -s build
. If serve isn't installed enternpm install -g serve
and repeat step 2. - Navigate to localhost:5000 as listed on your terminal.