Skip to content

Commit

Permalink
add Java to pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Oct 21, 2019
1 parent 49d67cb commit 6fed13e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ When you’re ready to deploy to production, create a minified bundle with `npm

**You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine** (but it’s not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.

**You'll also need a [Java SDK](https://adoptopenjdk.net/) (Version 8+, Hotspot).**

To create a new app, you may choose one of the following methods:

### npx
Expand Down

0 comments on commit 6fed13e

Please sign in to comment.