- Libraries
Uses parts of this boilerplate mostly on the server and webpack setup.
-
Requirements
- [email protected]
- npm@3 (
$ npm i -g npm)
-
make sure you installed this server graphQL server so we get data to load in our app.
-
make sure you started the server from graphQL server
-
dev
$ npm run devOR$ PORT=xxxx npm run dev
-
build
$ NODE_ENV=production npm run build$ NODE_ENV=production node server