Commit Graph

80 Commits

Author SHA1 Message Date
Rafael Pedicini
5a0669a44b Add note that router doesn't work with gh-pages (#279)
* Add note that router doesn't work with gh-pages

* Update note about using router with gh-pages
2016-07-29 20:34:59 +01:00
Joan Leon
bbce8038e1 Optimize logo.svg from template folder (#281) 2016-07-29 19:02:12 +01:00
Dan Abramov
fc32623fce Replace eslint-plugin-flow-vars with eslint-plugin-flowtype
This is the one people are converging on, and flow-vars may get deprecated.
2016-07-28 19:55:48 +01:00
Dan Abramov
29c913e92e Tweak ESLint to better understand Flow (#261) 2016-07-28 19:32:16 +01:00
Dan Abramov
d071aa018b Add some clarifications to the howto 2016-07-28 14:43:40 +01:00
Dan Thareja
f97b1bb090 Document how to install dependencies (#223) 2016-07-27 19:05:51 +02:00
Dan Abramov
9885e08c19 Remove accidental exclamation 2016-07-27 16:54:10 +01:00
Dan Abramov
9645cbd117 Switch over to recommending pushstate-server
It has a sane default port, gzip, and doesn’t aggressively cache index.html.
Perfect.
2016-07-27 16:52:58 +01:00
Héliton Nordt
895cfaf9bb Use double quotes for JSX properties (#225)
It helps to maintain consistency with React docs
2016-07-26 21:45:35 +01:00
Héliton Nordt
1670fb13e7 Add .DS_Store to gitignore template (#224) 2016-07-26 11:11:57 -07:00
Héliton Nordt
591fbbfa59 Avoid CSS globals (#220) 2016-07-26 09:49:29 -07:00
Dan Abramov
4ca7b0da06 Document how to add linting in an editor 2016-07-26 15:08:25 +01:00
Amjad Masad
3e9fb8572c "transient" -> "transitive" (#187) 2016-07-25 18:15:55 -07:00
Dan Abramov
750472be94 Delete package.json from template
This way the one generated by `init.js` doesn’t get overwritten later.
This fixes #149 which got broken as part of #94
2016-07-25 23:51:40 +01:00
Dan Abramov
458d3f9eb1 Provide instructions on publishing GH Pages (#162)
* Provide instructions on GH Pages deploy

* Add docs for GH Pages deployment

* Prevent incorrect paths in file-loader

* Minor message tweaks

* Update README.md

* Fix relative paths
2016-07-25 00:55:59 +01:00
Donald Hruska
ef4f8e9058 Don't assume the project is hosted at the root (#94)
* Don't assume the project is hosted at the root
* Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'

* Fix package.json path and add sample package.json for tests

* Update publicPath to use relative path portion of URL defined in homepage

* Update successful bundle generation message

* Show bundle generation success message based on presence of homepage in package.json
2016-07-25 00:07:33 +01:00
Greg Gamel
f2c12750cb Update README to correct typo (#148)
Missing letter added.
2016-07-24 07:24:05 +02:00
Cory House
3ac4035afe Typo fix (#122) 2016-07-22 20:28:48 -07:00
Shu Uesugi
cd403b32ad Add build directory to gitignore (#112) 2016-07-22 17:23:53 -07:00
Nathan Verni
e3954981ea Adds .gitignore file to default template (#79)
* Adds .gitignore file to default template

* Simplify renames

* Reference npm issue in comment

* Removing leading slash
2016-07-22 13:14:52 -07:00
Dan Abramov
c2ba7a4a6c Add Flow instructions and tweak howto 2016-07-22 13:05:40 +01:00
Dan Abramov
ee91202ca7 Move favicon outside src 2016-07-22 11:06:23 +01:00
Keyan Zhang
cbb4123b67 added favicon (#70) 2016-07-22 04:29:52 +01:00
Dan Abramov
b941ad2dad Update README.md 2016-07-21 20:34:40 +01:00
Dan Abramov
0e9bcac867 Update README.md 2016-07-21 20:32:35 +01:00
Dan Abramov
cc83bee491 Update README.md 2016-07-21 20:31:47 +01:00
Dan Abramov
6435d5bd3f Add basic How To 2016-07-21 20:20:55 +01:00
Dan Abramov
3809cf1283 Tweak conventions 2016-07-21 17:04:36 +01:00
Dan Abramov
bc6f4e199c Tweak conventions and fix example 2016-07-21 05:57:21 +01:00
eanplatter
a6edb523a8 Add README to generated project. (#33)
* Add README to generated project

* add logo.svg

* syntax cleanup
2016-07-21 05:05:41 +01:00