@ostapoff/cra-template-basic
v0.0.6
Published
Ostapoff Basic Template for Create React App
Maintainers
Readme
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:
- Prettier to maintain the same code style for all components
- eslint configuration for prettier to auto-fix lint problems with Prettier rules
- VSCode configuration to run prettier on save
Install & Start
Create React App with template
npx create-react-app my-app --template @ostapoff/basicor
yarn create react-app my-app --template @ostapoff/basicStart and use example application
cd my-app
npm startor
cd my-app
yarn start