Testing of the apollo react (hooks based) client with the Haunted webcomponents library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Anthony Hinsinger 46b5b428c1 Fixed typo 6 years ago
src Fixed typo 6 years ago
.env.example dotenv usage 6 years ago
.eslintignore initial commit. 6 years ago
.gitignore initial commit. 6 years ago
README.md dotenv usage 6 years ago
package.json add useFormField hook 6 years ago
tsconfig.server.json initial commit. 6 years ago
tsconfig.web.json initial commit. 6 years ago
webpack.server.common.js initial commit. 6 years ago
webpack.server.development.js initial commit. 6 years ago
webpack.server.production.js initial commit. 6 years ago
webpack.web.common.js initial commit. 6 years ago
webpack.web.development.js initial commit. 6 years ago
webpack.web.production.js initial commit. 6 years ago
yarn.lock add useFormField hook 6 years ago

README.md

Usage

Copy .env.example to .env and edit it.

Developement

yarn install
yarn dev:server

Production

yarn install
yarn build
node -r dotenv/config dist/server/server.js