For SSR solution fo to the with-typescript-ssr branch.
- Clone the repo.
- Remove existing (
rm -rf .git
) and initialize new git repo (git init
). - Change name in package.json file.
yarn
- install dependenciesyarn dev
- start in development modeyarn build
- build the project,yarn serve
- serve the builded project,
yarn lint
- check for eslint errorsyarn typecheck
- check for typescript errors
- Typescript
- Redux and redux-devtools-extension
- @Reach/router
- Webpack with react-hot-loader
- styled-components
- Babel with @babel/preset-typescript and @babel/preset-react
- eslint + Prettier