Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 987 Bytes

README.md

File metadata and controls

62 lines (50 loc) · 987 Bytes

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