Basically have two terminal instances open
One running npm run server:dev
for the express server
And another running npm run client:dev
for the react client in dev mode
Run npm install
(and hopefully postinstall
is triggered 🤞) and then npm run start
😀
Starts the express server
Starts the express server in reload mode
Automatically builds react client after npm install
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
Note: this is a one-way operation. Once you eject
, you can't go back!
PLEASE NEVER RUN THIS