This repository serves as a template with a monorepo configuration designed for deploying a full-stack application on Netlify. By utilizing this repository, your node application will behave as a serverless function on the Netlify platform.
- Sign up with Github on netlify, so that netlify can access your repositories.
- Install netlify CLI globally
npm install netlify-cli -g (If the Netlify CLI is not installed globally)
git clone https://github.com/TeamShiksha/react-express-netlify-template.git
cd react-express-netlify-templat
yarn install
yarn start
NOTE: yarn start
will run both frontend and backend. For more commands checkout the package.json file.