Create cert by mkcert
mkcert -key-file ./.cert/key.pem -cert-file ./.cert/cert.pem "my-vite-app.test"
{
server: {
https: {
//.eslintrc.js | |
module.exports = { | |
root: true, | |
extends: [ | |
'eslint:recommended', | |
'plugin:react/recommended', | |
'plugin:react-hooks/recommended', | |
'plugin:react/jsx-runtime', | |
'plugin:storybook/recommended', | |
'plugin:import/recommended', |
Create cert by mkcert
mkcert -key-file ./.cert/key.pem -cert-file ./.cert/cert.pem "my-vite-app.test"
{
server: {
https: {
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": | |
{ | |
"name": "Shatmongkol Amaraveja", | |
"label": "Web Developer", | |
"email": "[email protected]", | |
"phone": "+6689-219-6298", | |
"image": "https://avatars.githubusercontent.com/u/353813?s=400&u=be52a735aa479aff95b45340224a9134a55471b7&v=4", | |
"location": |
https://maxrozen.com/guidelines-improve-react-app-folder-structure/ | |
src/ | |
|-- components/ | |
| |-- Avatar/ | |
| | |-- Avatar.ts | |
| | |-- Avatar.test.ts | |
| |-- Button/ | |
| | |-- Button.ts | |
| | |-- Button.test.ts |
via Facebook Login with React Native for iOS
rm -rf ~/Library/Developer/Xcode/DerivedData
<?php | |
// http://voerro.com/blog/simple-visit-tracker-for-laravel-5.5-with-tdd | |
[ | |
'modes' => ['STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'], | |
] |
h2. Platform | |
() Android | |
() iOS | |
h2. รุ่นมือถือ | |
*App name:* | |
*App version:* |
const initialState = { | |
addedIds: [], | |
quantityById: {}, | |
kitById: {}, | |
itemFormula: { | |
byId: { | |
1: { | |
id: 1, | |
itemId: 1, |