Skip to content
This repository has been 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