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
- Host: GitHub
- URL: https://github.com/strvcom/template-react-cra
- Owner: strvcom
- Created: 2019-06-09T16:02:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:37:48.000Z (over 3 years ago)
- Last Synced: 2025-03-23T20:22:17.498Z (about 1 year ago)
- Topics: create-react-app, react, strv, typescript
- Language: TypeScript
- Size: 4.11 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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