-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoc.txt
55 lines (28 loc) · 902 Bytes
/
Doc.txt
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
47
48
49
50
51
52
53
54
55
npm i webpack webpack-cli --save-dev
Para empaquetar con webpack
"./node_modules/.bin/webpack" src/index.js
npm i html-webpack-plugin --save-dev
npm i webpack-dev-server --save-dev
npm i react react-dom
npm i @babel/core @babel/preset-env babel-loader --save-dev
npm i @babel/preset-react --save-dev
npm i standard --save-dev
Hacer deploy al api como al front con now
npm install --save-dev prettier-eslint
npm i styled-components
npm i file-loader --save-dev
npm i react-icons
Pa crear logos calidad
https://maketext.io/
Optimizar los logos
https://jakearchibald.github.io/svgomg/
luego pasar logo a componente de react alv
https://react-svgr.com/playground/
npm i intersection-observer
npm i babel-eslint --save-dev
npm i apollo-boost react-apollo graphql
npm i @reach/router
npm i react-helmet
npm i prop-types
npm i webpack-pwa-manifest -D
npm i workbox-webpack-plugin -D