This is a javascript learning course. To watch this course, click Lynda-FullStackJavascript
-
First step is to clone the repo :
git clone https://github.com/gauravmehla/learning-fullstack-javascript.git
-
Then run this command to install all npm dependencies:
npm install
-
In order to run dev server :
npm run dev
-
And to run express server :
npm start
For more scripts : Check scripts in package.json