All Projects → cebor → ng2-start

cebor / ng2-start

Licence: MIT license
Minimal Angular2 starter with webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ng2-start

vaadin-demo-bakery-app
This project contains the source code generated by Vaadin's Starter Pack (Bakery App/Spring)
Stars: ✭ 43 (+26.47%)
Mutual labels:  starter
ng-seed
Simple Angular seed project with commonly used features.
Stars: ✭ 12 (-64.71%)
Mutual labels:  starter
yii2-basic-firestarter
This is a pimped up basic yii2 template ❤️. It's a firestarter 🔥
Stars: ✭ 35 (+2.94%)
Mutual labels:  starter
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (-29.41%)
Mutual labels:  starter
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+52.94%)
Mutual labels:  starter
database-all
Eloquent ORM for Java 【database-spring-boot-starter】
Stars: ✭ 151 (+344.12%)
Mutual labels:  starter
craft-starter
Good defaults for Craft CMS projects
Stars: ✭ 18 (-47.06%)
Mutual labels:  starter
zoom
A Laravel boilerplate application
Stars: ✭ 46 (+35.29%)
Mutual labels:  starter
vite-primevue-starter
VUE 3 Starter project for using primevue 3 with Vite 2 - Pages, Layouts, Validation
Stars: ✭ 37 (+8.82%)
Mutual labels:  starter
phpass-starter
A starter project for Phpass.
Stars: ✭ 24 (-29.41%)
Mutual labels:  starter
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (+191.18%)
Mutual labels:  starter
strapi-starter-nuxt-e-commerce
Strapi Starter Nuxt.js E-commerce
Stars: ✭ 170 (+400%)
Mutual labels:  starter
spark-spring-boot-starter
Spring Boot Starter for Apache Spark
Stars: ✭ 22 (-35.29%)
Mutual labels:  starter
typescript-npm-package-template
Boilerplate to kickstart creating an npm package using TypeScript
Stars: ✭ 122 (+258.82%)
Mutual labels:  starter
lumen-start-app
Boilerplate for laravel/lumen framework https://github.com/laravel/lumen, ready to be used with https://github.com/ionghitun/react-start-app or https://github.com/ionghitun/next-start-app
Stars: ✭ 41 (+20.59%)
Mutual labels:  starter
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-38.24%)
Mutual labels:  starter
react-redux-nextjs-bootstrap-pwa-starter
a progressive web app starter with next js redux + redux-persist + bootstrap
Stars: ✭ 69 (+102.94%)
Mutual labels:  starter
go-postgres-react-starter
A go, postgres API with basic jwt auth starter, complete with a react frontend
Stars: ✭ 166 (+388.24%)
Mutual labels:  starter
flask-boilerplate
Flask Boilerplate - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 16 (-52.94%)
Mutual labels:  starter
first-pr-repo
A step by step guide to help people make their first Pull Request
Stars: ✭ 29 (-14.71%)
Mutual labels:  starter

ng2-start

This is a minimal setup to start creating an angular2 application with webpack.

Instructions

Requirements

{
  "node": ">=6"
}

Setup environment

# cd into ng2-start
cd ng2-start

# Install dependencies
npm install

Serve and Build

# Start dev server at http://localhost:9000
npm start

# Build
npm run build

# Build for production (uses aot compiler)
npm run build:prod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].