Kimmo Puputti
cf5018b77a
Fix updated Prettier CLI option
2017-02-27 10:54:30 +02:00
Kimmo Puputti
c01272d9d0
Update NPM packages
2017-02-27 10:50:35 +02:00
Kimmo Puputti
711f508b58
Upgrade Yarn version
2017-02-24 10:42:59 +02:00
Kimmo Puputti
2e2ecbc0a9
Copy GitHub SSH key in Heroku to access private repositories
2017-02-24 10:42:53 +02:00
Kimmo Puputti
526356132f
Update SDK package to the latest commit hash
2017-02-22 11:23:40 +02:00
Kimmo Puputti
d41eb61be8
Merge pull request #42 from sharetribe/update-react-router2
...
Update React Router
2017-02-15 10:41:20 +02:00
Mikko Koski
f9724f3c8e
Integration SDK: Search listings from SDK and API
2017-02-14 09:42:44 +02:00
Kimmo Puputti
c11fbe90e6
Update react-router to 4.0.0-beta.6
2017-02-14 09:39:00 +02:00
Kimmo Puputti
751a948253
Add Enzyme and related packages for testing
2017-02-07 15:59:52 +02:00
Vesa Luusua
71ab7c33e0
Call component.loadData on server side (and client)
2017-02-06 12:32:59 +02:00
Kimmo Puputti
b59e3e9388
Add redux-saga package
2017-02-01 16:10:52 +02:00
Kimmo Puputti
f2aeb7d312
Change NPM script name, fix globstar
2017-01-30 10:52:32 +02:00
Kimmo Puputti
b5cdc57dc8
Update NPM packages
2017-01-30 10:40:58 +02:00
Vesa Luusua
4b8859db60
Add classnames package
2017-01-26 17:16:57 +02:00
Kimmo Puputti
c042d3273b
Add sanitize.css to normalize CSS default styles
2017-01-25 13:06:15 +02:00
Kimmo Puputti
fa78adf22b
Add forms related to authentication and credentials
2017-01-25 09:06:45 +02:00
Vesa Luusua
a7d1ca169c
Add react-intl to package.json
2017-01-24 19:17:42 +02:00
Vesa Luusua
c0367780b6
Add path-to-regexp
2017-01-24 17:07:56 +02:00
Vesa Luusua
13e03a3c92
Refactoring code and improving documentation
2017-01-20 15:07:15 +02:00
Vesa Luusua
a5e051a7ee
Add redux. Shared actions can be found from _src/ducks/_ folder and route specific are inside container folder.
2017-01-20 15:02:54 +02:00
Kimmo Puputti
1c5d93360d
Update sharetribe-scripts to 0.8.6
2017-01-20 14:25:54 +02:00
Kimmo Puputti
a1236c66a8
Add subdir wildcards explicitly in the glob pattern
...
Prettier has an open bug where it doesn't correctly handle the
globstart pattern:
https://github.com/jlongster/prettier/issues/145
Listing the subdir globstars explicitly (to a deep enough level) fixes
this for now.
2017-01-19 11:29:29 +02:00
Kimmo Puputti
ac40c080c4
Add Prettier script + options
2017-01-18 13:53:59 +02:00
Kimmo Puputti
5d4379f7e8
Update packages, add Prettier
2017-01-18 13:53:42 +02:00
Kimmo Puputti
7a623b7660
Specify Yarn version
2017-01-17 15:00:50 +02:00
Kimmo Puputti
9fb2495af8
Add basic auth for production mode
2017-01-16 15:15:47 +02:00
Kimmo Puputti
34f6225cb4
Specify exact Node.js version
2017-01-16 15:15:47 +02:00
Kimmo Puputti
de026d621a
Move nodemon to dev deps
2017-01-16 15:15:47 +02:00
Kimmo Puputti
e48c3e74b8
Move sharetribe-scripts from dev deps to deps
2017-01-16 15:15:47 +02:00
Kimmo Puputti
d2d1e3da74
Heroku setup
2017-01-16 15:15:47 +02:00
Kimmo Puputti
f69c708b7a
Add missing source-map-support package
2017-01-16 15:15:47 +02:00
Kimmo Puputti
f97c1f1498
Add gzip compression middleware to the express server
2017-01-16 15:15:47 +02:00
Kimmo Puputti
91399a9137
Add helmet middleware package
2017-01-13 13:41:04 +02:00
Kimmo Puputti
9a02c772b8
Use yarn run instead of npm run
2017-01-13 13:41:04 +02:00
Kimmo Puputti
7a6cd57aa9
Use --runInBand flag for Jest to improve performance in Circle CI
...
http://stackoverflow.com/questions/36747251/error-running-jest-on-circleci-npm-test-died-unexpectedly
2017-01-13 09:26:45 +02:00
Kimmo Puputti
c28bb84a84
Add react-test-renderer package
2017-01-12 11:28:54 +02:00
Kimmo Puputti
26407dbdfc
Use the published version of sharetribe-scripts
2017-01-11 15:08:16 +02:00
Kimmo Puputti
23126a60c4
Update React to 15.4.2
2017-01-09 10:29:41 +02:00
Kimmo Puputti
db8cde8ce0
Add clean script
2017-01-05 17:02:10 +02:00
Kimmo Puputti
f6755882f1
Change server dev setup
...
- `npm start` only starts the applications and requires that `npm run
build` is already run
- `npm run dev-server` runs the build and starts the server with
nodemon
- update README
2017-01-05 15:33:01 +02:00
Kimmo Puputti
4c554fea50
Add nodemon
2017-01-05 15:32:33 +02:00
Kimmo Puputti
c32f88da47
Add react-helmet
2017-01-05 14:28:28 +02:00
Kimmo Puputti
e986b235a7
Change NPM scripts
...
- `npm run dev` to start dev mode
- `npm start` to build production bundle and start the node server
=> Default to production with `npm start` and be explicit when
starting the dev server
2017-01-05 12:33:21 +02:00
Kimmo Puputti
af2d9b8e21
Add express, react-router, and lodash
2017-01-05 12:33:17 +02:00
Kimmo Puputti
5f38b1d74f
Point to the local react-scripts fork
2017-01-04 21:39:46 +02:00
Kimmo Puputti
d9dd053277
Init new app with create-react-app
2017-01-04 21:12:15 +02:00