0.1.6 • Published 3 years ago

@developertown/cra-template v0.1.6

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

@developertown/cra-template

Version Downloads/week License

This is the official DeveloperTown TypeScript template for Create React App.

To use this template, add --template @developertown when creating a new app.

For example:

npx create-react-app my-app --template @developertown

# or

yarn create react-app my-app --template @developertown

For more information, please refer to:

Note for Windows Users

The template linter rules in this template are opinionated to support cross-platform development teams. We would suggest setting core.autocrlf=false in your git configuration, which will avoid having git convert line endings to crlf during local development.

Additionally, react-scripts generates a file during installation that will automatically have Windows-style line-endings, and will cause the build to fail due to linter failure. After initial install, you will need to edit src/react-app-env.d.ts and change the line endings to be Unix-style (\n).

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago