Create a React App WITHOUT Create React App Command
This projects consists the setup of react application without using create-react-app command and configuring project with webpack bundler
Steps to run the application
- npm install: to install the dependencies.
- npm start:dev to start the client.
- npm start:server to start the server.
- npm build:prod to generate the production build. Note: server will run on 4040 and client will run on 8080 port