Giter Site home page Giter Site logo

hukserhii / webpack-angular-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angular-ru/webpack-angular-starter

0.0 0.0 0.0 22 KB

A basic Angular 4 seed project

License: GNU General Public License v3.0

JavaScript 67.50% HTML 3.90% CSS 3.99% TypeScript 24.61%

webpack-angular-starter's Introduction

Angular 4 Seed Project

Цель этого starter kit - обеспечить Angular окружение уменьшенным количеством конфигурационных файлов. Все конфигурационные файлы удобно организованы в каталоге config, а не разбросаны по всему проекту. Что упрощает поиск конфигурационных файлов, а также помогает сохранить общую структуру проекта, сделав ее намного чище!

  • Angular 4.3.6
  • TypeScript 2.5
  • Karma/Jasmine
  • Codelyzer & TSLint
  • SASS/SCSS
  • Webpack 3

Commands

  • npm start - start the development webpack server (access via http://localhost:3000/)
  • npm test - run the project unit tests (*.spec.ts files)
  • npm run coverage - run the project unit tests one time and print out a coverage report, generated under /coverage/index.html
  • npm run lint - run the project linting (will be run every time npm test is run)
  • npm run build - generate a production build for the project, which will be inserted into dist/
  • npm run server - run a live-server instance off of the dist/ directory (generated from the build command)

webpack-angular-starter's People

Contributors

splincode 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.