-
Notifications
You must be signed in to change notification settings - Fork 293
Setup
Haz edited this page May 2, 2017
·
17 revisions
Just clone one of the ARc branches:
$ git clone -b master https://github.com/diegohaz/arc.git my-app
$ cd my-app
You will probably want to remove ARc git history and start a brand new repository:
$ rm -rf .git
$ git init
$ npm install
$ npm run dev
It will start the development server with HMR on top of it.
http://localhost:3000 — Development server
http://localhost:3001 — Webpack assets server (forredux-ssr
only)
Now you can open http://localhost:3000 in browser and start developing.
Special thanks to @kybarg and @protoEvangelion for helping to write this Wiki. Please, feel free to edit/create pages if you think it might be useful (also, see #33)