All Projects โ†’ redbadger โ†’ React.london

redbadger / React.london

๐ŸŒŸ react.london conference & community website ๐ŸŒŸ

Projects that are alternatives of or similar to React.london

Fedevtalk
๐Ÿ€ Naver Front-End Conference, FE devtalk ๐ŸŽ‰
Stars: โœญ 121 (+1244.44%)
Mutual labels:  conference, meetup
Showmethecode
Stars: โœญ 80 (+788.89%)
Mutual labels:  conference, meetup
nyc-infosec
Mapping the NYC Infosec Community
Stars: โœญ 41 (+355.56%)
Mutual labels:  meetup, conference
Conference Hall
๐Ÿ“ฃ An open SaaS platform to manage call for papers
Stars: โœญ 97 (+977.78%)
Mutual labels:  conference, meetup
Tgmeetup
A collection set of technical groups' information (meetup).
Stars: โœญ 139 (+1444.44%)
Mutual labels:  conference, meetup
Twcommunities
ๆ•ด็†่ˆ‡่’้›†ๅฐ็ฃ็คพ็พคๆดปๅ‹•ๆŠ•ๅฝฑ็‰‡
Stars: โœญ 145 (+1511.11%)
Mutual labels:  conference, meetup
awesome-croatia
A curated list of things that show the awesome side of Croatia ๐Ÿ˜Ž ๐Ÿ‡ญ๐Ÿ‡ท
Stars: โœญ 34 (+277.78%)
Mutual labels:  meetup, conference
Awesome Conferences Database
๐Ÿ“ฒ A collaborative list of Conferences
Stars: โœญ 485 (+5288.89%)
Mutual labels:  conference
Linphone Android
Linphone.org mirror for linphone-android (https://gitlab.linphone.org/BC/public/linphone-android)
Stars: โœญ 740 (+8122.22%)
Mutual labels:  conference
Linphone Iphone
Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)
Stars: โœญ 462 (+5033.33%)
Mutual labels:  conference
Iosched
The Google I/O Android App
Stars: โœญ 20,991 (+233133.33%)
Mutual labels:  conference
Rstudio Conf
Materials for rstudio::conf
Stars: โœญ 563 (+6155.56%)
Mutual labels:  conference
Burgerjs Cli
This package will install the `burgerjs` command to know when is the next BurgerJS
Stars: โœญ 16 (+77.78%)
Mutual labels:  meetup
Conference App 2017
The Official Conference App for DroidKaigi 2017 Tokyo
Stars: โœญ 476 (+5188.89%)
Mutual labels:  conference
Developersrising
Archive only! DISSOLVED! Verein zur Fรถrderung von ProgrammiererInnen ๐Ÿ’ป ๐ŸŽ‰
Stars: โœญ 19 (+111.11%)
Mutual labels:  meetup
React Presents
React slideshow framework
Stars: โœญ 454 (+4944.44%)
Mutual labels:  conference
Js Kongress Munich Deep Track
Munich, 2020, April 15-16: This repository collects all session proposals for the #DeepTrack at JS Kongress Munich on 2020, April 15-16. Take a look on our website for more details.
Stars: โœญ 24 (+166.67%)
Mutual labels:  conference
Dotcfp
dotCFP is a PHP/Laravel based conference talk submission system. This project is greatly inspired by the @OpenCFP.
Stars: โœญ 18 (+100%)
Mutual labels:  conference
Awesome Conferences
DEPRECATED ๐ŸŽซ A list of awesome conferences
Stars: โœญ 719 (+7888.89%)
Mutual labels:  conference
Tech Conferences India
A comprehensive list of tech conferences in India ๐Ÿ‡ฎ๐Ÿ‡ณ
Stars: โœญ 672 (+7366.67%)
Mutual labels:  conference

react.london

CircleCI Coveralls Code Climate

A site for the React London community & conference.

This project employs a number of Javascript libraries and approaches, including React, Server-Side Rendering, GraphQL, and WebPack.

Most importantly, we're utilising GDD (Gif Driven Development).

Getting started

Dev

npm install [email protected] -g

Add these lines to your hosts file

127.0.0.1	dev.react.london
127.0.0.1	meetup-dev.react.london

Then you can access the community site from meetup-dev.react.london:8080 and the conference site from dev.react.london:8080.

Create a .env file with contents provided by an admin or copy from .env.example.

# Install the dependencies
npm install

# Print task help
make

# Run the dev frontend compiler
make build

# Run the dev server
# (make build must be running)
make start

# Run the tests
make test
make test-watch
make lint

Deployment

The site is compiled to a docker image and deployed to AWS Elastic Beanstalk.

The docker images are built from the master branch on CI, and are automatically deployed to staging.

Once built versions can be manually deployed using either the Elastic Beanstalk Application Versions section of the AWS web console, or with the commands below:

# Deploy the current commit to staging
make deploy-staging
# Deploy the current commit to production
make deploy-production
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].