From cec59a6ea0e2381be31177e5b4fd20af87745590 Mon Sep 17 00:00:00 2001 From: Arif Widianto Date: Tue, 1 Oct 2019 23:12:11 +0700 Subject: [PATCH] Create readme.md --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4d560e0 --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +## Quick start + +1. Make sure that you have Node v8 or above installed. +2. Clone this repo using `git clone --depth=1 https://github.com/react-boilerplate/react-boilerplate.git` +3. Move to the appropriate directory: `cd react-boilerplate`.
+4. Run `npm run setup` in order to install dependencies and clean the git repo.
+ _We auto-detect `yarn` for installing packages by default, if you wish to force `npm` usage do: `USE_YARN=false npm run setup`_
+ _At this point you can run `npm start` to see the example app at `http://localhost:3000`._ +5. Run `npm run clean` to delete the example app. + +Now you're ready to rumble and Start The APP!