Skip to content

Template repository to deploy JavaScript full-stack web application on netlify.

License

Notifications You must be signed in to change notification settings

TeamShiksha/react-express-netlify-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-express-netlify-template

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.

prerequisite

  1. Sign up with Github on netlify, so that netlify can access your repositories.
  2. Install netlify CLI globally npm install netlify-cli -g (If the Netlify CLI is not installed globally)

run locally

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.