Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
31 lines (31 loc) · 1.28 KB

File metadata and controls

31 lines (31 loc) · 1.28 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mean-stack-example",
"version": "2.0.0",
"description": "Sample CRUD application built with the MEAN stack.",
"main": "index.js",
"scripts": {
"start": "npm run prepare && concurrently \"npm run start:server\" \"npm run start:client\"",
"start:server": "cd server && npm start",
"start:client": "cd client && npm start",
"prepare": "concurrently \"npm run prepare:server\" \"npm run prepare:client\"",
"prepare:server": "cd server && npm install",
"prepare:client": "cd client && npm install",
"build": "npm run prepare && concurrently \"npm run build:server\" \"npm run build:client\"",
"build:server": "cd server && npm run build",
"build:client": "cd client && npm run build",
"seed": "cd server && npm run seed",
"test": "npm run prepare && concurrently \"npm run test:client\" \"npm run test:server\"",
"test:client": "cd client && npm test",
"test:server": "cd server && npm test",
"test:integration": "cd server && npm run test:integration"
},
"license": "Apache 2.0",
"homepage": "https://github.com/mongodb-developer/mean-stack-example#readme",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-developer/mean-stack-example.git"
},
"devDependencies": {
"concurrently": "^9.2.1"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.