1.1.10 • Published 4 years ago

cra-template-typescript-redditech v1.1.10

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

cra-template-typescript-redditech

This is the TypeScript template for Create React App modified by Redditech with (useful) additions for bootstrapping a new project.

Modifications include:

  1. adding moment
  2. adding antd (Ant Design System)
  3. adding react-router-dom
  4. adding storybook
  5. adding appinsights
  6. adding styled-components
  7. adding sample code for components using Atomic Design
  8. adding sample code for using REACT_APP_ custom environment variables
  9. adding sample Dockerfile

To use this template, add --template typescript-redditech when creating a new app.

For example:

npx create-react-app my-app --template typescript-redditech

# or

yarn create react-app my-app --template typescript-redditech

For more information, please refer to:

Deployment of cra-template-typescript-redditech at cra-redditech

A deployment of the generated code is on Github at https://github.com/nissan/cra-redditech

Additionally Docker image can be found at https://hub.docker.com/repository/docker/nissan/cra-redditech and can be run with docker run -d --rm -p 8080:80 nissan/cra-redditech

There is also deployed a sample of the base site generated on Azure at https://cra-redditech.azurewebsites.net/

Warning: This does not follow production code best practices

I'm learning by doing, so as much as this is deployed into a production-like environment, it probably isn't production ready from the point of view of following the most scalable or secure practice for deploying. As I learn, it improves, but I welcome the feedback on obvious (and not so obvious) issues with the approaches taken here to get to working code more quickly.

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.6

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.9

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago