Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 297 Bytes

File metadata and controls

24 lines (17 loc) · 297 Bytes

Node-Express example

Getting Started

It's as easy as...

  1. Install the dependencies:
npm install

or

yarn install
  1. Start the app server!
npm start
  1. Open your browser
  2. Changes made in this folder will automatically reload your code