You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A minimal client/server set-up for a MEAN project.
5
5
MEAN stands for:
6
6
- (M) [MongoDB](https://www.mongodb.com): A NoSQL database implementation.
7
7
- (E) [Express.js](https://www.expressjs.com): A fast, unopinionated, minimalist web framework for Node.js. We use Express.js to set-up a minimal server application.
8
-
- (A) [Angular](https://www.angular.io): A framework to develop mobile and desktop apps using code reusability. In particular, meenSEED uses version 2 of Angular.
8
+
- (A) [Angular](https://www.angular.io): A framework to develop mobile and desktop apps using code reusability. In particular, meanSEED uses version 2 of Angular.
9
9
- (N) [Node.js](https://www.nodejs.org): A JavaScript runtime built on Chrome's V8 JavaScript engine.
10
10
11
11
MEAN is a stack of components, all of them written in JavaScript. So, we can write server-side and client-side applications in just one language.
0 commit comments