Skip to content

Add cra-template-quickstart-redux and cra-template-npm-library to templates #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ A collection of awesome things regarding Create React App ecosystem.
- [An Almost Static Stack. CRA + react-snapshot](https://github.com/superhighfives/an-almost-static-stack) - Bridge the gap between static sites and single page apps.
- [CRA + Redux](https://github.com/tuchk4/craft-redux) - Create React App Template with Redux and Router
- [Craft Template - MobX + React Router](https://github.com/timarney/cra-mobx-reactrouter) - CRA Template with Mobx and Router

- [Quickstart Redux template](https://github.com/morewings/cra-template-quickstart-redux) - CRA Template with Redux setup, code and test examples, eslint, stylelynt and husky. Supports SCSS/LESS/PostCSS. Testing is done with react-testing-library
- [NPM library CRA template](https://github.com/morewings/cra-template-npm-library) - CRA Template with rollup configuration to build project as an shareable NPM library. Has code and test examples, eslint, stylelynt and husky. Supports SCSS/LESS/PostCSS.
## Deployment

- [Surge VS GitHub Pages: How to Deploy A Create-React-App Project](https://medium.freecodecamp.com/surge-vs-github-pages-deploying-a-create-react-app-project-c0ecbf317089#.7mahr7kyj)
Expand Down