This is Atölye15 react app template for Create React App. This template based from cra-template-typescipt and Atölye15 CRA Recipe
To use this template, add --template atolye15
when creating a new app.
For example:
npx create-react-app my-app --template atolye15
# or
yarn create react-app my-app --template atolye15
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.