Code for the MEAN Soup to Bits
- MongoDB
- Express
- Angular
- Node
Requires MongoDB server running
npm install
to resolve dependenciesnpm install -g gulp
to install Gulp globallynpm run watch
to start transpile watch. This command will read files underclient/src
and generate a single file underclient/dist/bundle.js
which should be included by index.html- Seed database:
mongoimport --db olympics-dev --collection sports --type json --file server/sports-seed.json --jsonArray --drop