- Clone this repo using
git clone https://github.com/impactoss/impactoss-client.git
- Run
npm run setup
to install dependencies and clean the git repo.
We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
At this point you can runnpm start
to see the example app athttp://localhost:3000
.
From react-boilerplate
that this application is based on (see Acknowledgement below)
- The Hitchhikers Guide to
react-boilerplate
: An introduction for newcomers to this boilerplate. - Overview: A short overview of the included tools
- Commands: Getting the most out of this boilerplate
- Testing: How to work with the built-in test harness
- Styling: How to work with the CSS tooling
- Your app: Supercharging your app with Routing, Redux, simple asynchronicity helpers, etc.
See CONTRIBUTORS.md
This application was originally based on Max Stoiber's excellent react-boilerplate
https://www.reactboilerplate.com, https://github.com/react-boilerplate/react-boilerplate
This project is licensed under the MIT license, see LICENSE.md.