This is a repo for a starter appliation for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building application.
- Download the repository
- Install npm modules:
npm install
- Install yarn dependencies
yarn install
- The yarn stuff will show up in @bower_components. move them to public/libs
- Start up the server:
node server.js
- View in browser at http://localhost:8080
- moved from bower to yarn