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

Sample AngularJS SPA bundled by webpack & initially served by Express.js

License

Notifications You must be signed in to change notification settings

lxanders/angular-express-base

Repository files navigation

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 git@github.com: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

About

Sample AngularJS SPA bundled by webpack & initially served by Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published