GitXplorerGitXplorer
m

wwc

public
4 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
6c5a650650e1cd2bb03ef60d4f98e4075272ce78

Fix background and README

mmxstbr committed 8 years ago
Unverified
e46d658d238c9311cc6b4d24eae0283a548e4a7c

Fix url

mmxstbr committed 8 years ago
Unverified
15979fd603785f3be51398b74d232ab2f5c4099f

Add dependencies

mmxstbr committed 8 years ago
Unverified
e233f3c0018ae4cbfcd6f902977f607a0cddb0c0

Add react-addons-test-utils to deps

mmxstbr committed 8 years ago
Unverified
b47dd4ca35e8466935a391d45c953b3944ebfefd

Add enzyme dependency

mmxstbr committed 8 years ago
Unverified
131262e132e65d87f9841f2719fdcee89cbed235

Initial setup

mmxstbr committed 8 years ago

README

The README file for this repository.

Women Who Code London 2017

Let's learn some React! ⚛️

Before the workshop starts please make sure you can get this repository and run it locally:

git clone https://github.com/mxstbr/wwc.git
cd wwc
npm install
npm start

A browser window should open at localhost:3000 (if not, try going to that URL manually) and you should see a welcome message. If so, you're set up and ready to go!

Make sure you have git and the latest stable version of Node.js installed. If any of these commands fail, please reinstall the relevant binary.

License

Copyright (C) 2017 Maximilian Stoiber & Nikolaus Graf. You may use this repo for non-commercial use under the GPLv3 license.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

(see LICENSE.md for the full license text)