We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to run the application locally but seems I'm missing out some steps. Below are the steps which I'm performing.
1 - npm start pouchdb-server
> npm run server:start "pouchdb-server" npm WARN invalid config loglevel="notice" > [email protected] server:start C:\Users\Admin\Downloads\SplitMe-master\SplitMe > SET NODE_ENV=production node server/local/server.js "pouchdb-server"
Do I need to make any changes in /pouchdb-server/config.json
2 - npm run server:development
npm run server:development > [email protected] server:development C:\Users\Admin\Downloads\SplitMe-master\SplitMe > SET BABEL_DISABLE_CACHE=1 NODE_ENV=server.development babel-node src/server/development.js
3 - npm run browser:development webpack process is running but nothing on browser (port 8080).
localhost:8080 This site can’t be reached
Please let me know if i am missing anything.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to run the application locally but seems I'm missing out some steps. Below are the steps which I'm performing.
1 - npm start pouchdb-server
Do I need to make any changes in /pouchdb-server/config.json
2 - npm run server:development
3 - npm run browser:development
webpack process is running but nothing on browser (port 8080).
localhost:8080
This site can’t be reached
Please let me know if i am missing anything.
The text was updated successfully, but these errors were encountered: