Create full stack apps with React and Express. Run your client and server with a single command.
# Install dependencies for server and client
yarn install
# Run the client & server with concurrently
yarn start
# Run the Express server only
yarn server
# Run the React client only
yarn client
# Server runs on http://localhost:5000 and client on http://localhost:3000
syrvey manager Application build with MERN teconology
1.0.0
This project is licensed under the MIT License