prabagitaivan / white

personal website 😁

Home Page:https://prabagitaivan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

white

about

personal website 😁

cli scripts

start       # start app in development mode
build       # build app for production
test        # test app with jest watch
deploy      # deploy app into zeit now
coverage    # test coverage and generating its report
lint        # format and lint code

folder structure

.
β”œ public/           # serve public files
β”œ src/              # contain all main things
β”‚ β”œ components/     # common components
β”‚ β”œ layouts/        # main layouts / screens
β”‚ β”‚ β”” components/   # local components
β”‚ β”œ libraries/      # global libraries or reusable methods
β”‚ β”œ reducers/       # list reducers and action
β”‚ β”œ sagas/          # list sagas - side effect
β”‚ β”œ styles/         # style related configuration, theme, etc
β”‚ β”œ app.js          # setup main listener, lifecycle and routers
β”‚ β”œ index.js        # setup main DOM and service worker
β”‚ β”œ setupTests.js   # setup test file
β”‚ β”” stores.js       # store configuration for redux
β”œ .env              # environment variables
β”” now.json          # configuration file for zeit now

version

use semantic version that increment based on features (layout, components, etc)

major.minor.patch

  • major: breaking changes
  • minor: add, update, or remove
  • patch: patch or bugfix

About

personal website 😁

https://prabagitaivan.com

License:MIT License


Languages

Language:JavaScript 99.1%Language:HTML 0.7%Language:CSS 0.3%