Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to run 4-redux #58

Open
karishma31 opened this issue Sep 25, 2018 · 1 comment
Open

not able to run 4-redux #58

karishma31 opened this issue Sep 25, 2018 · 1 comment

Comments

@karishma31
Copy link

when im doing npm start on 4-redux folder, it says cannot find 'start' script. Im new to react.
please help

@TsutomuNakamura
Copy link

Hello, you might be able to run by doing 'npm run dev' after 'npm install'. We can guess how to run webpack-dev-server by reading package.json.

"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants