Skip to content

smoke-trees/ssr-react-ts

Repository files navigation

React SSR template using TypeScript

Commands

The following commands can be run for performing various common operations

Run the development server

npm run dev

Lint and automatically fix linting errors which are fixable

npm run lint

Build app to deploy to production

npm build

Run tests

npm test