Skip to content

unbugx/react-starter

Repository files navigation

react-starter

React isomorphic app (Typescript, Webpack, Redux Toolkit, PostCSS, Express, Cypress, React Query)

Getting Started

yarn start:watch

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

yarn test:watch

Runs test in interactive mode using Cypress.

yarn build

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.

User Guide

...

About

React isomorphic app (Typescript, Webpack, Redux Toolkit, PostCSS, Express)

Resources

License

Stars

Watchers

Forks

Packages

No packages published