Giter Club home page Giter Club logo

mastering-mean's Introduction

Mastering MEAN Web Development

You can buy the Packt Publishing Course at https://www.packtpub.com/web-development/mastering-mean-web-development-expert-full-stack-javascript-video. You can also view the Course Overview for free to see what you'll learn in this course.

Install

# Clone the repository to your local machine
git clone https://github.com/northernv/mastering-mean.git;

# Move to inside the project
cd ./mastering-mean;

# Install the frontend packages
cd ./frontend;
npm install;

cd ../

# Install the backend packages
cd ./backend
npm install;

Using this repo

  • The final app can be found on the dev branch. Use git checkout dev to get the final app code.
  • Each video has a git tag that can be used to checkout individual steps. For example, you can use git checkout video-2-1 to checkout the code that is added in Video 2.1.

Starting the Frontend (Webpack)

After you're installed all the software with npm install, you can start the Webpack Dev Server.

cd ./frontend;
npm start;

Starting the Backend (Node)

After you've install all the software with npm install, you can start the backend.

cd ./backend;
npm start;

Video Table of Contents

Notes:

Errata

  • During npm install of some packages you may get peer dependency errors that should be safe to ignore.
    does not satisfy its siblings' peerDependencies requirements!
    

mastering-mean's People

Watchers

Amen Moja Ra 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.