Arziburst React App works on Windows, Linux, macOS.
If something doesn’t work, please file an issue.
If you have some enhancements, please file an pull request.
INITIALIZING COMMANDS
Also you can create .env.development and .env.production by example from .env.example.
To run project in dev mode
To create bundle
To serve bundle
To analyze bundle with webpack-bundle-analyzer
To generate some template file
🔍 Code generating
🔍 Font minification
🔍 Image lossless minification
🔍 Auto generated manifest
🔍 Bundle file stats analytics
❗️ NPM v6.0.0 or later
❗️ Node v14.0.0 of later
❗️ Font types ttf eot woff woff2
📍 Auto formatting code with ESLint
You may need to correct settings.json in VS Code
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"eslint.format.enable": true,📍 Extention for VS Code Better Comments (id: aaron-bond.better-comments)
Best comments names:
local:
Remote:
Mini Dokku docs:
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres
sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo
sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git
dokku postgres:create db
dokku postgres:[unexpose|expose] db [?port]
dokku apps:create [dokkuAppName]
dokku postgres:link db [dokkuAppName]
dokku config:set [dokkuAppName] [key=value] [key=value]...
dokku domains:[add|remove][?-global] [?dokkuAppName] [domain]
dokku proxy:ports-[add|remove|clear] [dokkuAppName] [?http:[port:port]]
dokku letsencrypt:enable [dokkuAppName]
