Skip to content

evvlboro/burst

Repository files navigation

Arziburst React App

Welcome to Arziburst React App.

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.

Quick Overview

INITIALIZING COMMANDS

Also you can create .env.development and .env.production by example from .env.example.

npm start

To run project in dev mode

npm run build

To create bundle

npm run serve

To serve bundle

npm run analyze

To analyze bundle with webpack-bundle-analyzer

npm run gen

To generate some template file

Features

🔍 Code generating
🔍 Font minification
🔍 Image lossless minification
🔍 Auto generated manifest
🔍 Bundle file stats analytics

Requirements

❗️ NPM v6.0.0 or later
❗️ Node v14.0.0 of later
❗️ Font types ttf eot woff woff2

⚠️ If you will use another tools you may catch unexpected errors

Additions

📍 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:

image

Deploy

local:

npm run build

docker build -t [dokerId]/[imageName] .

docker push [dokerId]/[imageName]

Remote:

docker pull [dokerId]/[imageName]

docker tag [dokerId]/[imageName] dokku/[appName]

dokku tags:deploy [appName]

dokku [module]:[report|help]

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages