ChicagoJS / chicagojs.org-old

Source for http://chicagojs.org, PR's welcome! Maintained by @mikehostetler
MIT License
9 stars 5 forks source link

Initializes React App in Subdirectory #5

Closed wem5637 closed 7 years ago

wem5637 commented 7 years ago

This commit intializes a react app with Create React App, a tool that creates a React app with no build configuration. The commit also adds a homepage with links and one sentence descriptions pertaining to known chicago javascript meetup groups. Overall, it seems like a lightweight and capable way to get the project started. If we ever want to do more interesting things with the app, like API calls for instance, instructions on how to do so are available in the README.

To begin navigate to the subdirectory then... yarn install yarn start

chijs

mikehostetler commented 7 years ago

This is really cool @wem5637!

Looks like we can build this and host it on GH pages too.

Adding those meetups was a great idea, can you please add the content currently available on http://chicagojs.org and we can get this pushed?

This is a great PR while we're waiting on the new design and the final decision from #4

wem5637 commented 7 years ago

The previous content has been added. I also changed some formatting and created a MeetupList component.

chijs

mikehostetler commented 7 years ago

Perfect. I'll land this and publish a build. Thanks!

peterpme commented 7 years ago

Looks good! WOW!

I may open up a PR to switch this over to Gatsby so we can get the benefits of SEO with a static site!