cra-template-vaa

2.2.1 • Public • Published

cra-template-vaa

This is the VAA TypeScript template for Create React App.

Notice

create-react-app is no longer a global package. To ensure that npx or yarn always uses the latest create-react-app version, run: npm uninstall -g create-react-app

You might have to change "jsx": "react-jsx" to "jsx": "react" manually in tsconfig.json if you're having issues.

Usage

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

For example:

npx create-react-app my-app --template vaa

# or

yarn create react-app my-app --template vaa

For more information, please refer to:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.
  • Ant Design components - For components you can immediately use. This project is set up with Ant Design preconfigured.

Package Sidebar

Install

npm i cra-template-vaa

Weekly Downloads

56

Version

2.2.1

License

MIT

Unpacked Size

56.7 kB

Total Files

63

Last publish

Collaborators

  • justintocoding