WARNING ⚠️ : This repo is not maintained anymore, use angular-starter instead.
AngularJs
start project template.
- Check angular-starter if you need a starter for Angular (v2+).
- Check angular-hybrid-starter if you need a hybrid-app Angular starter.
- ES6
- Users/Roles CRUD
- Clean code:)
- Framework: Angular v1.7
- Language: Javascript ES6
- 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/angularjs-starter.git
# Init your repo:
cd angularjs-starter && rm -rf .git && git init
# Install dependencies:
npm i
# Run tests (linter):
npm test
# 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