React isomorphic app (Typescript, Webpack, Redux Toolkit, PostCSS, Express, Cypress, React Query)
Runs the app in development mode.
Open http://localhost:3051 to view it in the browser. You can override port in .env file.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the terminal console.
Default environment variables are in .env.default file. If you want to override or set new variable then create .env file. Don't commit your .env file. It should include environment-specific values such as passwords or API keys. .env is already added to .gitignore file
Runs test in interactive mode using Cypress.
Builds the app for production to the build folder. After that your app is ready to be deployed.
To find other commands look at the package.json.
...