Skip to content

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

Notifications You must be signed in to change notification settings

bergergit/mean-typescript-starter

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published