Skip to content

Commit

Permalink
updates (#48)
Browse files Browse the repository at this point in the history
* exclude node_modules folder on script imports

* fix db name in setup.md
  • Loading branch information
carloluis authored Jul 25, 2017
1 parent 9ba9768 commit d8076da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/config/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const common = {
{
test: /\.jsx?$/,
use: ['babel-loader?cacheDirectory'],
exclude: /node_modules/,
include: PATHS.app
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn # root folder
## Database

* Install [postgres](https://www.postgresql.org/) and [pgAdmin](https://www.pgadmin.org/)
* Create new database called *ReactSeedDB*. Use following credentials:
* Create new database called *reactseeddb*. Use following credentials:
* user: `postgres`
* password: `Password.01`
* For more information about setting up the server see [official docs](https://wiki.postgresql.org/wiki/First_steps)
Expand Down

0 comments on commit d8076da

Please sign in to comment.