/FERN-Stack-Template

FERN Stack template - An entry point

Primary LanguageJavaScript

FERN Stack template - An entry point

Open in Visual Studio Code

in progress

FERN stands for:

  • F - Fireabase Database
  • E - Express.JS server
  • R - React frontend app
  • N - Node.JS backend app

HOW TO USE

  1. Clone the project
git clone https://github.com/LeviEyal/FERN-Stack-Template.git
  1. Open two terminals - one for the server and one for the client
  2. Install dependencies on the server terminal
cd FERN-Stack-Template/backend
npm install
  1. Install dependencies on the client terminal
cd FERN-Stack-Template/frontend
npm install
  1. Run the server on the server terminal
npm start
  1. Run the frontend app on the client terminal
npm start
  1. Open the browser and go to http://localhost:3000

Dependencies

Contributing

  • Fork the project
  • Create a new branch
  • Commit your changes
  • Push your branch to GitHub
  • Open a pull request