agencyenterprise / aeboilerplate

AEboilerplate is an opinionated boilerplate that creates a full-stack React/Node Typescript project, with independent client and API structures in the same repository, ready to run and deploy.
MIT License
25 stars 6 forks source link

Client package.json missing dependencies #13

Open leahwhittaker opened 5 years ago

leahwhittaker commented 5 years ago

Bug

Trying to start up the client after running npm install results in a bunch of errors about missing dependencies.

To Reproduce

Steps to reproduce the behavior:

  1. cd into client
  2. run npm install
  3. run npm run start
  4. view errors in the browser console

Expected behavior

Starting up the client app for the first time after running npm install should have no issues.

Versions

Additional context

Adding the following dependencies resolves the issues: axios query-string react-redux react-router-dom redux redux-actions redux-thunk redux-thunk-actions store redux-devtools-extension

lukasab commented 5 years ago

Try running npm run install-dependencies first