Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepeul1191/react-rollup
https://github.com/pepeul1191/react-rollup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pepeul1191/react-rollup
- Owner: pepeul1191
- Created: 2023-11-18T05:42:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-15T19:51:32.000Z (10 months ago)
- Last Synced: 2024-04-16T14:40:41.469Z (9 months ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Base
Archivo .env
DB="sqlite:///db/demo.db"
ENV="local"||"server"
MAIL_PORT=465
MAIL_USER="[email protected]"
MAIL_PASS="asdfas"
MAIL_HOST="smtp.google.com"### Migraciones
Migraciones con DBMATE - accesos/sqlite3:
$ npm run dbmate:new <>
$ npm run dbmate:up
$ npm run dbmate:rollback```
my-react-app/
│
├── public/
│ ├── index.html
│ └── favicon.ico
│
├── src/
│ ├── assets/
│ │ ├── images/
│ │ └── styles/
│ │ ├── components/
│ │ ├── layouts/
│ │ └── App.css
│ │
│ ├── components/
│ │ ├── common/
│ │ ├── feature1/
│ │ └── feature2/
│ │
│ ├── pages/
│ │ ├── Home.js
│ │ ├── About.js
│ │ └── Contact.js
│ │
│ ├── services/
│ │ └── api.js
│ │
│ ├── App.js
│ ├── index.js
│ └── index.css
│
├── .gitignore
├── package.json
├── README.md
└── ...
```VSCode Plugin
Simple React Snippets
SVGs, usar inkscape, generar un png y luego usar la página https://picsvg.com/es/ usando el filtro internal 1.
### Migraciones
Migraciones con DBMATE - accesos/sqlite3:
$ npm run dbmate:new <>
$ npm run dbmate:up
$ npm run dbmate:rollback---
Fuentes:
+ https://www.codeguage.com/blog/setup-rollup-for-react