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

Latest commit

 

History

History
13 lines (8 loc) · 716 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 716 Bytes

Deprecated: angular-express-base

This is a small demo project for an AngularJS single page application (spa).

It is bundled by webpack, initially served by an Express.js server and shows some basic functionality of Angular. It includes a ready to go development workflow.

Note: This project uses ES5 and does currently lack tests for client side code.

Getting started

  • Clone the repository: git clone [email protected]:lxanders/angular-express-base.git
  • Install required modules: npm install
  • Start playing with this project by starting the server in development mode (with hot reloading): npm run dev:hotreload