GithubHelp home page GithubHelp logo

abuissink / earthguardian_crewmap_beta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anycoloryoulike84/earthguardian_crewmap_beta

0.0 2.0 0.0 74 KB

Earth Guardians Crew Map BETA

JavaScript 3.26% CSS 10.12% HTML 86.62%

earthguardian_crewmap_beta's Introduction

DEMO:

CrewMap Beta

Set Up

# clone the repo

git clone <https://github.com/anycoloryoulike84/earthguardian_crewmap_beta.git
>
cd <earth_guardian_v0.0.1_beta_express>

# install node
node -v 

# cd earthguardian_v0.1.0_beta

# install jade template engine
npm install jade

# install node dependencies
npm install

# $ npm start


# Note: to develop, see instructions below
node src

Developing

# make sure you have some popular node tools installed
npm install -g nodemon --save
npm install -g node-inspector --save

# have nodemon run the app in one terminal tab
# nodemon will watch for file changes in the express app
# and restart the server
nodemon --debug src

# run the debugger in another terminal
# node-inspector will break the application when a break point
# or `debugger` statement is reached in the JavaScript
node-inspector

RUN THE APP FROM ROOT DIRECTORY with following command:

$ nodemon src/app.js
or
$ npm start

GOOD LUCK!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.