huiyie / hacktober-learn-react

Hacktoberfest 2017 is an opportunity for us to learn React together!
2 stars 8 forks source link

Goals for this Hacktober Learn React Project

Some issues I thought of (keep appending!)

  1. Create basic login component
  2. Create a nice sidebar to navigate between pages/components
  3. Some CRUD dialogs
  4. Basic routing
  5. Connect to backend GraphQL (tbc)

Getting started

git clone https://github.com/huiyie/hacktober-learn-react.git
cd hacktober-learn-react
npm install # installs required dependencies.
npm build
npm start   # launches the server on localhost.

If everything went as planned, the terminal should look like...
Screenshot of a successful npm start in terminal

...and visiting the URL that appears on the terminal from a browser...
Screenshot of Browser upon npm start

To start making changes check out CONTRIBUTING.md.

References