hrcnz / impactoss-client

IMPACT: Integrated Management and Planning of Actions (for Human Rights and SDGs) - Client-side application
Other
0 stars 1 forks source link

Stories in Ready

Quick start

  1. Clone this repo using git clone https://github.com/impactoss/impactoss-client.git
  2. Run npm run setup to install dependencies and clean the git repo.
    We auto-detect yarn for installing packages by default, if you wish to force npm usage do: USE_YARN=false npm run setup
    At this point you can run npm start to see the example app at http://localhost:3000.

Documentation

From react-boilerplate that this application is based on (see Acknowledgement below)

Contributors

See CONTRIBUTORS.md

Acknowledgement

This application was originally based on Max Stoiber's excellent react-boilerplate

https://www.reactboilerplate.com, https://github.com/react-boilerplate/react-boilerplate

License

This project is licensed under the MIT license, see LICENSE.md.