Skip to content

Coderockr/coderockr.github.com

Repository files navigation

coderockr

Setup

Requirements

Node "^8.2.1" (use nvm here)

Yarn "^1.3.2" (install here)

Structure folder

coderockr
├── .babelrc
├── .eslintignore
├── .eslintrc
├── .gitignore
├── CNAME
├── crossdomain.xml
├── gh-pages.sh
├── gulpfile.js
├── humans.txt
├── package.json
├── README.md
├── robots.txt
├── webpack.config.js
├── dist
└── src
    └── assets
    │   └── fonts
    │   └── images
    │   └── scripts
    │   └── styles
    └── templates
        └── components
        └── layouts
        └── page.html

Install dependencies

yarn

Run

yarn start

Build

./build.sh
./deploy.sh