Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 710 Bytes

Creative Code Immersive - 2019.2

Node Materials

Getting Started

Using the terminal, navigate into each subdirectory & install all Node dependencies:

cd ##-target-directory
npm install

Running

In the terminal, navigate into each subdirectory and start the Node app:

cd ##-target-directory
npm start

Contributors

Many talented instructors contributed to the Immersive curriculum over the years. For the Node curriculum, I'd like to especially acknowledge the contributions of Rachel Waterhouse and Mark Hellar, the two Node instructors before me who helped define the content covered in this section.