Here is a list for all channels in slack and requirements (if specified) for all workshops in JSconf Colombia 2017
Channel: #wks-ssr-react-apps - Location: Auditorium
Clone this repo: https://github.com/creedarky/jsconf-workshop and install all dependencies
Channel: #wks-postgresql-nodejs - Location: Room 1
Clone this repo: https://github.com/alexishevia/postgres_geoespacial and follow the instructions there
Channel: #wks-webvr-and-a-frame - Location: Room 2
Channel: #wks-getusermedia - Location: Room 3
Channel: #wks-progressive-app - Location: Auditorium
Channel: #wks-giphy-purescript - Location: Room 1
- Run: npm i -g purescript
- Have an IDE supporting psc-ide like: https://github.com/nwolverson/vscode-ide-purescript
- Create an account in: https://developers.giphy.com/
- Check the docs: https://github.com/purescript/documentation
Channel: #wks-js-professional - Location: Room 2
- NodeJS & NPM install
- Account in GitHub: https://github.com/
- Account in TravisCI: https://travis-ci.org/ - Connect your GitHub account here
- Account in CircleCI: https://circleci.com - Connect your GitHub account here
- Account in Amazon AWS: https://aws.amazon.com/ (Optional)
Channel: #wks-testing-con-ava - Location: Room 3
- Install Node.js
- Create a project folder and run
npm init
- Fill the package.json fields
- Run
npm install --save-dev ava
- Run
ava --init
to add AVA to the package.js - Create a file
index.js
- Create a folder called tests with a
.js
file inside. - Create a script on your package.js `"test": "ava --verbose"
Channel: #wks-grokking-async - Location: Auditorium
- Run: npm install -g nave && nave install 8
- Run: git clone https://github.com/thlorenz/hookup.git
Channel: #wks-state-management - Location: Room 1
Channel: #wks-reactive-vuejs - Location: Room 2
Clone this repo: https://github.com/Gioyik/vue.js-workshop
Channel: #wks-accessibility - Location: Room 3
Clone this repo: https://github.com/cllagosr/a11y
Channel: #wks-zero-to-the-cloud - Location: Auditorium
Channel: #wks-nuxtjs - Location: Room 1
- NodeJS & NPM
- Install Vue-CLI:
npm install -g vue-cli
- GitHub personal access tokens
Channel: #wks-realtime-games - Location: Room 2
Channel: #wks-rxjs - Location: Room 3
- NodeJS & NPM
- Clone this repo: https://github.com/jpoo90/Observar-Reaccionar