Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Boilerplate with Webpack, Express, React, GraphQL, Knex and TypeScript

Notifications You must be signed in to change notification settings

FOODy/express-webpack-boilerplate

Repository files navigation

Work in Progress

Boilerplate with:

  • TypeScript
  • Webpack
  • Express
  • React
  • GraphQL
  • Knex

Initialize

Copy .env.dist into .env and fill the necessary values.

Install the node_modules

$ npm install

Run

Start GraphQL codegenerator:

$ npm run watch-graphql

Start bundler for the server:

$ npm run watch-server

Start bundler for the browser:

$ npm run watch-browser

Start dev server:

$ npm run start

About

Boilerplate with Webpack, Express, React, GraphQL, Knex and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published