React seed project designed for graphql backends
- React 17
- Webpack 5
- React Router 6-beta
- @stitches/react for css-in-js styling
- Clone
.env.example
to.env
and fill in yarn install
dependencies- Run
yarn start
to develop oryarn build
for deployments
Note: To create a debug build run
yarn build:debug