GithubHelp home page GithubHelp logo

ortega-dan / cs313-nodejs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from heroku/node-js-getting-started

0.0 1.0 0.0 427 KB

Getting Started with Node on Heroku

Home Page: https://devcenter.heroku.com/articles/getting-started-with-nodejs

JavaScript 50.59% CSS 2.07% HTML 47.34%

cs313-nodejs's Introduction

CS 313-nodejs

NodeJS Getting Started Training Project

lEARN Really cOOL & nEEDED sTUFF FROM https://nodeschool.io/

This Project has the contents for solving the challenges of learnyounode npm module (install and run this tool by doing: $ sudo npm install learnyounode -g $ learnyounode and following the instructions of each challenge )

ALLWAYS TO KEEP ... VERY VERY BASIC GOOD PRACTICES

Allways start your projects with: $ npm init (from the project root directory)

and allways make sure your settings are like this: $ npm config set save=true $ npm config set save-exact=true (becasue that way your dependencies will always be installed locally, will always be added to the package.json and will always be kept with the installed version) (this settigs are saved in the ~/.npmrc file for you to verify [and are installed per user, in case you want to install them globally you can do for example $ npm config set save=true -g .... and those will be saved in /usr/etc/npmrc ])

if you do that you just download your code which should come including your package.json file and whoever wants to get dependencies just need to do: $ npm install

If you want to have everything in this project or if you want to have url redirection to another JS file you need to have that as a router and used in your index to redirect to it ... like this :

howToRedirectToJS

cs313-nodejs's People

Contributors

ortega-dan avatar zeke avatar jonmountjoy avatar hunterloftis avatar jmorrell avatar raul avatar samccone avatar scantini avatar cggaurav avatar theneva avatar friism avatar r0mdau avatar

Watchers

James Cloos avatar

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.