An open API service indexing awesome lists of open source software.

https://github.com/strvcom/template-react-cra

Template repository for bootstrapping React project written in TypeScript
https://github.com/strvcom/template-react-cra

create-react-app react strv typescript

Last synced: about 1 year ago
JSON representation

Template repository for bootstrapping React project written in TypeScript

Awesome Lists containing this project

README

          

# PROJECT_NAME

## Get Started
1. To create a project based on this template click on the `Use this template` button
2. Find and Replace `PROJECT_NAME` placeholder with the real project name
3. Delete libraries which do not satisfy project needs
4. Delete this section from `README`
5. To cover your tracks and incorporate the changes to the project's `Initial commit`, run these commands:
```sh
git commit -a --amend
git push -f origin master
```
---

## Documentation
For details on how to use Next.js, check out the [documentation](https://nextjs.org/).

## Prerequisites
- `node`
- `yarn`

## Usage
**Firstly, install all necessary dependencies:**
```sh
yarn install
```

**To start a development server:**
```sh
yarn start
```

**To build the app for production:**
```sh
yarn build
```

**To run tests:**
```sh
yarn test
```

## Deployment
> TODO: add info after setup

## What's Inside
- React Framework
- [Next.js](https://nextjs.org)

- Type-checking
- [TypeScript](https://www.typescriptlang.org/docs/home.html)

- Styling
- [styled-components](https://www.styled-components.com/docs)

- Code quality tools
- Prettier
- ESLint
- stylelint
- git hooks