https://github.com/tobilen/react-nws
https://github.com/tobilen/react-nws
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobilen/react-nws
- Owner: tobilen
- License: mit
- Created: 2017-02-18T18:38:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T16:52:05.000Z (over 9 years ago)
- Last Synced: 2025-07-07T11:11:12.230Z (12 months ago)
- Language: JavaScript
- Size: 1.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.