Setup skeleton files for new front end build tool (Node, Webpack, React, Typescript)
This commit is contained in:
parent
8d39ed6d27
commit
9015b09026
9 changed files with 120 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue