0.5.4 • Published 3 years ago

@pcapanna/cra-template-advanced v0.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-advanced

Advanced TypeScript+Redux+Others template for Create React App.

Extends react-sripts official typescript template. Added redux, redux-sagas, react-router, @material-ui and other basic common dependencies in real day use.

To use this template, add --template @pcapanna/cra-template-advanced when creating a new app.

For example:

npx create-react-app my-app --template @pcapanna/cra-template-advanced

#or

yarn create react-app my-app --template @pcapanna/cra-template-advanced

Built-in

Your initial Application will already have, out of the box:

  • A Login module, with basic configuration for an authentication flow.
  • A Layout module, with custom components to wrap your Screen Components.
  • A responsive Menu drawer module.
  • Example and About module, as examples of how to extend the application with your own modules with or without Redux.
  • An UI module, with some useful UI components.

Most modules already use Redux.

Observations

  • In order make Login authentication work at some URL different to 'localhost:3000', you need to change constant GOOGLE CLIENT ID of the Login Module. Go to src/modules/login/constant and replace constant GOOGLE_CLIENT_ID for your own. Follow Google's instructions to make another URL work.

For more information, please refer to:

0.5.4

3 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago