b-mcrae / onederful-quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onederful Quickstart

Requirements:

  • Node > v6.0 (to download go to Node.js)
  • Yarn (install globally)
$ sudo npm install -g yarn

Getting Started

Step 1. Clone the repository

$ git clone -o onederful-quickstart -b master --single-branch \
       https://github.com/alxyee/onederful-quickstart.git NameOfApp

$ cd NameOfApp

Step 2. Install packages

$ yarn install                  # Install project dependencies listed in package.json

Step 3. Compile and launch your app, once completed it will be on: http://localhost:3000/

$ yarn start                    # Compiles the app and opens it in a browser with "live reload"

publish

Check out the onederful quickstart Demo

This boilerplate is a modified version of React Static Boilerplate. For more more advanced setup and detailed info on the config go to:

React Static Boilerplate

Appendix

Check version of node (as of writing mine is v6.3.1)

$ node -v

Check version of Yarn (as of writing mine is v0.22.0):

$ yarn -v

About

License:MIT License


Languages

Language:JavaScript 80.6%Language:CSS 14.9%Language:HTML 4.5%