Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.25 KB

react-starter-typescript Prettier

For SSR solution fo to the with-typescript-ssr branch.

Setup:

  1. Clone the repo.
  2. Remove existing (rm -rf .git) and initialize new git repo (git init).
  3. Change name in package.json file.

Run the project:

  • yarn - install dependencies
  • yarn dev - start in development mode
  • yarn build - build the project,
  • yarn serve - serve the builded project,

Test

  • yarn lint - check for eslint errors
  • yarn typecheck - check for typescript errors

Technology stack: