Giter VIP home page Giter VIP logo

workinblocks / angularjs-es6-starter-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hardikkaji/angularjs-es6-starter-kit

0.0 0.0 0.0 1.47 MB

Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.

Home Page: https://hardik-angularjs-kit.netlify.com

JavaScript 41.61% HTML 38.53% SCSS 19.86%

angularjs-es6-starter-kit's Introduction

AngularJS ES6 Starter Kit

Netlify Status Heroku

This repo contains webpack 5, AngularJS, ES6 and Bootstrap 4.6starter kit.

Prerequisites

Node 14+, Yarn

Steps to run project

  1. Clone Project.
  2. Do yarn install to install all dependencies.
  3. Finally yarn start to run project.

For building project use yarn build

Enable Debug with VS Code

Folks, if you want to enable debugging with VSCode then you need to create launch.json file and add below two tasks in that file.

{
   "type":"node",
   "request":"launch",
   "name":"Debug",
   "program":"${workspaceFolder}/node_modules/webpack-dev-server/bin/webpack-dev-server",
   "args":[
      "--progress",
      "--debug"
   ]
},
{
   "name":"Launch Chrome against localhost, with sourcemaps",
   "type":"chrome",
   "request":"launch",
   "url":"http://localhost:3000",
   "sourceMaps":true,
   "webRoot":"${workspaceRoot}"
}

After adding these tasks, you need to run first debug task and then launch chrome task.

angularjs-es6-starter-kit's People

Contributors

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