App readme fixes and tweaks.
This commit is contained in:
parent
e0a2d8682c
commit
635e3950d3
@ -4,17 +4,16 @@
|
||||
|
||||
An example SSR web app using:
|
||||
|
||||
* [next](https://www.npmjs.com/package/next)
|
||||
* [react-apollo](https://www.npmjs.com/package/react-apollo)
|
||||
* [apollo-link-batch-http](https://www.npmjs.com/package/apollo-link-batch-http)
|
||||
* [apollo-fetch-upload](https://www.npmjs.com/package/apollo-fetch-upload)
|
||||
* [next](https://npm.im/next)
|
||||
* [react-apollo](https://npm.im/react-apollo)
|
||||
* [apollo-upload-client](https://npm.im/apollo-upload-client)
|
||||
|
||||
## Setup
|
||||
|
||||
1. Install the latest [Node.js](https://nodejs.org) and
|
||||
[npm](https://npmjs.com).
|
||||
2. Duplicate `.env.example` as `.env` and customize.
|
||||
3. With Terminal in the `api` directory run `npm install`.
|
||||
2. Duplicate `.env.example` as `.env` and configure.
|
||||
3. Run `npm install` in the `app` directory with Terminal.
|
||||
4. Run `npm run dev` for development, or `npm run build && npm start` for
|
||||
production.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user