An open API service indexing awesome lists of open source software.

https://github.com/tobilen/react-nws


https://github.com/tobilen/react-nws

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

> Please note that this boilerplate is **production-ready and not meant for beginners**! If you're just starting out with react or redux, please refer to https://github.com/petehunt/react-howto instead. If you want a solid, battle-tested base to build your next product upon and have some experience with react, this is the perfect start for you.

## Documentation

- [Boilerplate Readme](Boilerplate.md): A short overview of the included tools

## Quickstart

### Requirments:
- Node (v6+)
- NPM
- Yarn is recommended

### Installation
1. clone repository
2. run `yarn` or `npm install` from repository root

### Pattern Library
- run `npm run storybook` to launch locally. Navigate to `localhost:9001` in your browser to access it.
- run `npm run storybook:prod` to build static version of the pattern library into `public/storybook/`. These files can be hosted on any webserver.

### Development
- run `npm start` or `npm run development` to launch main application. Navigate to `localhost:3000` to access your application.
- for more commands, see [Boilerplate Readme](Boilerplate.md)

## License

This project is licensed under the MIT license, Copyright (c) 2017 Maximilian
Stoiber. For more information see `LICENSE.md`.