Boilerplate with:
- TypeScript
- Webpack
- Express
- React
- GraphQL
- Knex
Copy .env.dist
into .env
and fill the necessary values.
Install the node_modules
$ npm install
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