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

AlexanderMac/angularjs-starter

Repository files navigation

angularjs-starter

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

AngularJs start project template.

Build Status

Features

  • ES6
  • Users/Roles CRUD
  • Clean code:)

Set

  • 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

How to use

# 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

Author

Alexander Mac

License

MIT License

About

AngularJs project template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published