This is just a starting point to let us use gulp to set up a ReactJS front end.
First, clone the repository
git clone [email protected]:RoundtableDevelopment/react-frontend-starting-point.git
Then, cd react-frontend-starting-point
, run bower install
and npm install
. These will probably take a minute.
To get started, just run gulp
. It will automatically compile everything in the /src directory, start a server, and open your web browser. Because we've got BrowserSync, anytime you save a change to an image, sass file, or javascript file, the page will automatically reload. Yowza!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits
MIT