@ostapoff/cra-template-basic

0.0.6 • Public • Published

Basic Ostapoff template

The Basic template creates skeleton for the React application with TypeScript support.

It adds useful tools to write more robust and maintainable code:

Install & Start

Create React App with template

npx create-react-app my-app --template @ostapoff/basic

or

yarn create react-app my-app --template @ostapoff/basic

Start and use example application

cd my-app
npm start

or

cd my-app
yarn start

Package Sidebar

Install

npm i @ostapoff/cra-template-basic

Weekly Downloads

0

Version

0.0.6

License

none

Unpacked Size

36.2 kB

Total Files

26

Last publish

Collaborators

  • smykhailov