Commit Graph

6 Commits

Author SHA1 Message Date
Ville Immonen
26464096d5 Set up a monorepo with Lerna 2016-09-19 10:52:19 +03:00
Christoph Pojer
0e5abada75 Add Jest. (#250) 2016-08-02 00:22:33 +01:00
Nathan Verni
1bffa4cf33 Ignores my-app* directories (#86)
The Contributing instructions in the README give my-app as the sample
app name when running `npm run create-react-app my-app`. This just adds
those directories to the .gitignore so they don't accidentally get
committed.
2016-07-22 20:07:09 +01:00
Christopher Chedeau
2305bf2397 Initial version of the global cli
Test Plan:

```
npm pack
node global-cli/index.js testing --scripts-version /Users/vjeux/random/react-getting-started/create-react-app-scripts-0.0.1.tgz
```

make sure it shows

```
Creating the app testing at /Users/vjeux/random/react-getting-started/testing
```
2016-07-18 15:17:55 -07:00
Dan Abramov
86fa5b3f78 Add some "basic" configuration 2016-07-18 15:17:54 -07:00
Christopher Chedeau
9c72b8137c Initial commit with webpack and css/autoprefixer working 2016-07-18 15:17:54 -07:00