Skip to content

🏕 A project built on latest tech-stack i.e React, Webpack and ExpressJS

License

Notifications You must be signed in to change notification settings

gauravmehla/learning-fullstack-javascript

Repository files navigation

Imgur

This is a javascript learning course. To watch this course, click Lynda-FullStackJavascript

Technology Stack

Usage

  • 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