/mean-typescript-starter

Seed starter project with MEAN (Node.js, MongoDB, Express, Angular, Node.js) using Typescript in the Backend.

Primary LanguageTypeScript

MEAN with Typescript starter

This is a seed starter project with MEAN (Node.js, MongoDB, Express, Angular, Node.js) using Typescript in the Backend.

It's also setup with Mongoose and Material Design.

Feel free to clone this repository and make your changes.

git clone https://github.com/bergergit/mean-typescript-starter.git

To run the server locally

Make sure you have Angular CLI installed:

npm install -g @angular/cli

In a terminal window, serve the Angular app with:

npm install
ng serve --open

Serve and watch Node.js.

Run commands below, each in a terminal window:

npm run watch-ts
npm run watch-node