Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 716 Bytes

File metadata and controls

36 lines (21 loc) · 716 Bytes

Note List App

A simple project to exercise Fetch API and dom manipulation.

Tweak of the Microposts Javascript Project from Brad Traversy's Udemy Course.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need node.js installed to run this project

Installing

Install all packages

npm install

Run the project

Run webpack server and open your browser to http://localhost:8080/

npm run build

Run json server and open your browser to http://localhost:3000/

npm run json:server