WARNING ⚠️ : This repo is not maintained anymore, use angular-starter instead.
Angular hybrid
application template.
- Check angularjs-starter if you need a starter for AngularJs.
- Check angular-starter if you need a starter for Angular (v2+).
- AngularJs/Angular in one app
- TypeScript
- Users/Roles CRUD
- Clean code:)
- 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
# 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
Alexander Mac