-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkomentoja
More file actions
46 lines (46 loc) · 1.47 KB
/
komentoja
File metadata and controls
46 lines (46 loc) · 1.47 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
npx create-react-app nimi_tahan
npx json-server --port=3001 --watch db.json
npm start
npm install axios --save
npm install json-server --save-dev
npm run server
npm install express --save
npm update
npm install
npm install --save-dev nodemon
node_modules/.bin/nodemon index.js
npm run dev kaynnistaa scripteihin maaritellyn dev-moodin
heroku logs -t
npm run build
kopioidaan buildi backendin juureen
cp -r build ../../osa3/notes_backend
git push heroku master
npm run deploy:full
npm install mongoose --save
npm install dotenv --save
npm install mongoose-unique-validator
heroku config:set ENV_VAR=xxxxxx
npm install eslint --save-dev
node_modules/.bin/eslint --init
node_modules/.bin/eslint index.js jos haluaa tarkastaa indexin. . kaikki
.eslintignoreen mita et halua tarkastettavan
npm install --save-dev jest
npm install lodash --save
npm install --save-dev supertest
npm install express-async-errors --save
npm install bcrypt --save
npm install --save mongoose-unique-validator
npm install jsonwebtoken --save
npm test -- tests/bloglist_api.test.js
npm test -- -t 'blogs are added correctly'
npm install --save prop-types
npm install --save-dev eslint-plugin-jest
npm install --save-dev @testing-library/react @testing-library/jest-dom
CI=true npm test
CI=true npm test -- --coverage
npm install --save-dev cypress
npm install eslint-plugin-cypress --save-dev
npm install redux --save
npm install --save-dev deep-freeze
npm install --save react-redux
npm install --save-dev redux-devtools-extension