Setup skeleton files for new front end build tool (Node, Webpack, React, Typescript)

This commit is contained in:
Ian Minoso 2016-09-27 14:06:28 -04:00
parent 8d39ed6d27
commit 9015b09026
9 changed files with 120 additions and 5 deletions

View file

@ -61,7 +61,7 @@ macOS developers will need:
git clone git@github.com:coreos-inc/quay.git && cd quay
# Install the system dependencies
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv docker docker-machine
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv docker docker-machine node
# create a default virtualmachine for docker
docker-machine create -d virtualbox default
@ -90,6 +90,12 @@ pip install -r requirements-dev.txt
# Setup a local config
git clone git@github.com:coreos-inc/quay-config.git ../quay-config
ln -s ../../quay-config/local conf/stack
# Install Node Dependencies
npm install
# Link Typescript
npm link typescript
```
### Useful docs