0.2.1 • Published 4 years ago

cra-template-inventi v0.2.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

About

This project is a create-react-app template and is published under npm. It uses typescript.

Installed packages

The purpose of this project is to get started quickly so it has commonly used packages. Notable ones are listed here:

  • "antd": ^4.6.4
  • "axios": ^0.20.0
  • "react-redux": ^7.2.1
  • "react-router": ^5.2.0

Updating it

This project is a simple react app, you can edit it and run it with npm or yarn. Once you're done, you can run

npm run prepublish

This will update the template folder, which is the thing used by create-react-app. Check if everything's ok and then bump up the version in package-json:

  "version": "0.1.x",

Then to publish to npm run:

npm publish --access public