Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Flagsmith/nextjs-redux
A heavily audited, performant starter project for nextjs with Redux
https://github.com/Flagsmith/nextjs-redux
Last synced: 3 months ago
JSON representation
A heavily audited, performant starter project for nextjs with Redux
- Host: GitHub
- URL: https://github.com/Flagsmith/nextjs-redux
- Owner: Flagsmith
- Created: 2019-08-23T15:14:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:58:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T01:35:37.310Z (3 months ago)
- Language: JavaScript
- Homepage: https://nextjs-redux.kyle-ssg.now.sh
- Size: 3.62 MB
- Stars: 66
- Watchers: 7
- Forks: 18
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://bullet-train.io/)
## Prerequisites
What things you need to install the software and how to install them
| Location | Suggested Version |
| ------------- |:-------------:|
| NodeJS | >= 6.0.0 |
| npm | >= 4.0.0 |# Deployment with Now
Out the box, this setup supports deploying to https://zeit.co
```$xslt
npm i now -g
now
```## Installing
```
npm i
```## Running
**Development**Hot reloading for client / server
```
npm run dev
```## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/kyle-ssg/c36a03aebe492e45cbd3eefb21cb0486) for details on our code of conduct, and the process for submitting pull requests to us.
## Getting Help
If you encounter a bug or feature request we would like to hear about it. Before you submit an issue please search existing issues in order to prevent duplicates.
## Get in touch
If you have any questions about our projects you can email [email protected].
## Running locally against your own Bullet Train API instance
We use Bullet Train to manage features we rollout, if you are using your own bullet train environment (i.e. by editing project_x.js-> bulletTrain) then you will need to have a replica of our flags.
A list of the flags and remote config we're currently using in production can be found here https://gist.github.com/kyle-ssg/4c65b4185d0fe3ae35f73244de5e2fef.
## Useful links
[Website](https://bullet-train.io)
[Documentation](https://docs.bullet-train.io/)
[Code Examples](https://github.com/BulletTrainHQ/bullet-train-docs)
[Youtube Tutorials](https://www.youtube.com/channel/UCki7GZrOdZZcsV9rAIRchCw)