GithubHelp home page GithubHelp logo

emmalivingstone / ngrx-store-effects-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ultimatecourses/ngrx-store-effects-app

0.0 0.0 0.0 643 KB

Project code written whilst following the Ultimate Angular NGRX Store + Effects course.

Home Page: https://ultimateangular.com/ngrx-store-effects

CSS 15.69% HTML 1.30% JavaScript 14.69% TypeScript 68.31%

ngrx-store-effects-app's Introduction

NGRX: Store + Effects app

Project seed app for our NGRX application using Angular, NGRX Store, Effects, Router Store.



This repo serves as the seed project for the Ultimate Angular NGRX Store + Effects course as well as the final solution in stepped branches, come and learn NGRX with us!

Setup and install | Tasks | Resources

Setup and install

Fork this repo from inside GitHub so you can commit directly to your account, or simply download the .zip bundle with the contents inside.

Dependency installation

During the time building this project, you'll need development dependencies of which run on Node.js, follow the steps below for setting everything up (if you have some of these already, skip to the next step where appropriate):

  1. Download and install Node.js here for Windows or for Mac.

That's about it for tooling you'll need to run the project, let's move onto the project install.

Project installation and server

Now you've pulled down the repo and have everything setup, using the terminal you'll need to cd into the directory that you cloned the repo into and run some quick tasks:

cd <ngrx-store-effects-app>
yarn install
# OR
npm install

This will then setup all the development and production dependencies we need.

Now simply run this to boot up the server:

yarn start
# OR
npm start

Visit localhost:3000 to start building.

Tasks

A quick reminder of all tasks available:

Development server

yarn start
# OR
npm start

Resources

There are several resources used inside this project, of which you can read further about to dive deeper or understand in more detail what they are:

ngrx-store-effects-app's People

Contributors

toddmotto avatar miniplus 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.