Skip to content

nilssolanki/GermanWords-ng1-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 1.x + ES6 + Webpack 2 Demo

This repository contains a demo for the angular-webpack.

Usage

This repository needs a backend, refer to GermanWords-koa for further information in how to use it. Once you have it running:

$ git clone https://github.com/Foxandxss/GermanWords-ng1-webpack
$ cd GermanWords-ng1-webpack
$ npm install
$ npm start

Now you can navigate to http://localhost:8080 to see the app working.

The username and password for the demo is: demo / 12345.

Tests

If you want to run the tests, do:

$ npm test

Deploy

For deployment:

$ npm run build

That will generate a /dist folder where you can point your web server.

About

GermanWords demo with Angular 1.x + ES6 + Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • HTML 8.7%
  • CSS 0.3%