Giter VIP home page Giter VIP logo

ng-2-webpack-playground's Introduction

Angular2 Webpack Playground

I created this repo to do working project with Angular 2. I had issues getting Webpack to work with Angular 2 and hot reload so I cloned the Angular2 Webpack Starter repo for this project. โ€“

Quick start

Make sure you have Node version >= 4.0 and NPM >= 3

Clone/Download the repo then edit app.ts inside /src/app/app.ts

# clone repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/russellf9/ng-2-webpack-playground

# change directory to our repo
cd ng-2-webpack-playground

# add required global libraries
npm install typings webpack-dev-server rimraf webpack -g

# install the repo with npm
npm install

# start the server
npm start

# use Hot Module Replacement
npm run server:dev:hmr

go to http://0.0.0.0:3000 or http://localhost:3000 in your browser

TODO

As usual I've started a project without a clear goal, now I've got a very basic project working it would be beneficial to define the projects goals.

  • Use SASS ( Would need to add to the loaders in .../config/webpack.common.js - [ ]
  • As above using the material design - [ ]
  • Design project - [ ]
  • Create mobile version - [ ]

Design scope

Create an App that implements the Rijksmuseum API.

Add very basic search which displays thumbnails which can be selected to view the image in fullscreen.

Learning

angular-2-passing-data-to-components-with-input

SASS

How to include SCSS in components

ng-2-webpack-playground's People

Contributors

patrickjs avatar sekibomazic avatar spittal avatar russellf9 avatar dotcs avatar jimthedev avatar vsfedorenko avatar chriscurnow avatar samvloeberghs avatar asgerjensen avatar jhuntoo avatar jennyraj avatar valorkin avatar tamascsaba avatar ocombe avatar ktong avatar janrubio avatar nehrdani avatar mgechev avatar shlomiassaf avatar vivainio avatar harmjanluth avatar vladotesanovic avatar nathanwalker avatar kennyt avatar foxandxss avatar jamesthurley avatar carlosliu avatar greenkeeperio-bot avatar rwillmer avatar

Watchers

James Cloos avatar  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.