Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.08 KB

POKEDEX

This is my pokedex made as part of recruitment tasks for an internship in Poznań.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install before running the app

Installing

Steps you need to follow to run the application

  1. Install VS (or other code editor) and Node.

  2. Unzip folder, and open it in editor.

  3. Enter the command in the terminal (Be sure that You are in the folder with start.js and package.json file. You can extract files without doubling the folders at the beginning of the path.):

npm start

The application works on the http server embedded in the node, on port 3000

  1. Start the browser and enter:
http://localhost:3000/

Built With