The production build will be optimized and therefore faster than the development mode. If this does not work or you cannot or do not want to install anything, try the development build instead.
- Start the backend server (as described in the backend readme)
- Install NodeJS if not yet installed
npm inpm run buildnpm install -g serveserve -s build -l 3000- Open localhost:3000
- Start the backend server (as described in the backend readme)
- Install NodeJS if not yet installed
npm inpm start- Open localhost:3000
- React Dev Tools: https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en
- Redux Dev Tools: https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd/related?hl=en
https://github.com/nodesource/distributions/blob/master/README.md
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejsThis project was bootstrapped with Create React App.
npm run build builds the app for production to the build folder.
See the section about deployment for more information.
You can learn more in the Create React App documentation. To learn React, check out the React documentation.