ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.69k stars 243 forks source link

readme / getting started #410

Closed temp3l closed 7 years ago

temp3l commented 7 years ago

Hi,

the Readme says:

git clone https://github.com/ctrlplusb/react-universally my-project
cd my-project
yarn
yarn run development

which gives me:

yarn run v0.21.3
error Command "development" not found.

...made it run with:

git clone https://github.com/ctrlplusb/react-universally my-project
cd my-project
yarn build
yarn start

cheers

kennethtruong commented 7 years ago

If you look at the package.json yarn development has been changed to yarn develop.

ctrlplusb commented 7 years ago

Hey @stephanMettler

Thanks for raising this. I have corrected the readme to use the correct value of develop as highlighted by @kennethtruong

👍