Alvarian / apps-sandbox-dashboard

Dashboard and archive that allows project debuging | Project type: Script | Presentable: :x:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static App env Setup

  1. Click the picture below and download node

nodejs

  1. Fork this repo

  2. Choose the correct directory in terminal and clone the fork

    > npm init

  3. Globally install nodemon

    > npm install -g nodemon

  4. Install packages and start the server

    > npm install --save ejs express

    > nodemon

  5. Wait until you see 'listening on port 3000'

  6. Finally go to local host 3000

About

Dashboard and archive that allows project debuging | Project type: Script | Presentable: :x:


Languages

Language:JavaScript 72.9%Language:CSS 13.0%Language:EJS 10.2%Language:HTML 2.3%Language:Shell 1.6%