jmrapp1 / CRUD_App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Website

Installation

  1. Download Node.js specifically the "LTS" version
    1. This will install Node.js and NPM which is a package manager
  2. Navigate to root of the repo in command prompt and run npm install or yarn
  3. Verify that Node.js and NPM are accessible via the command prompt by running node -v and npm -v
  4. If you did a "first" install of Node.js, pray that no errors happen. If there are some contact me or Google.
  5. Run npm run dev in the root of the repo to start the website locally

About


Languages

Language:HTML 77.1%Language:TypeScript 8.4%Language:JavaScript 7.4%Language:CSS 7.1%