Closed wem5637 closed 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
The previous content has been added. I also changed some formatting and created a MeetupList component.
Perfect. I'll land this and publish a build. Thanks!
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!
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