Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

AlexanderMac/angular-hybrid-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-hybrid-starter

WARNING ⚠️: This repo is not maintained anymore, use angular-starter instead.

Angular hybrid application template.

Build Status

Features

  • AngularJs/Angular in one app
  • TypeScript
  • Users/Roles CRUD
  • Clean code:)

Set

  • Framework: AngularJS v1.7 and Angular v8
  • Language: TypeScript v2
  • Build tool: Webpack v4
  • CSS preprocessor: stylus
  • CSS framework: boostrap v4
  • Template engine: pug
  • Linters: eslint, pug-lint

How to use

# Clone this repo:
git clone https://github.com/AlexanderMac/angular-hybrid-starter

# Init your repo:
cd angular-hybrid-starter && rm -rf .git && git init

# Install dependencies:
npm i

# Run linter:
npm run lint

# Build app:
npm run build            # for dev
npm run build:production # for production

# Start app and watch for changes:
npm start
# Open localhost:3001 in the browser

Author

Alexander Mac

License

MIT License

About

AngularJs - Angular hybrid application template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published