/apps-sandbox-dashboard

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

Primary LanguageJavaScript

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