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 70f4b4dc56 Added readme and use custom port 6 years ago
src initial commit. 6 years ago
.env.example initial commit. 6 years ago
.eslintignore initial commit. 6 years ago
.gitignore initial commit. 6 years ago
README.md Added readme and use custom port 6 years ago
package.json initial commit. 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 initial commit. 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 dist/server/server.js