@developertown/cra-template

0.1.6 • Public • Published

@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).

Package Sidebar

Install

npm i @developertown/cra-template

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

156 kB

Total Files

73

Last publish

Collaborators

  • jasonvasquez
  • abillingsley
  • jaysqubexon