Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levieyal/fern-stack-template
FERN Stack template - An entry point
https://github.com/levieyal/fern-stack-template
expressjs fern firebase full-stack-web-development nodejs reactjs template-project
Last synced: about 1 month ago
JSON representation
FERN Stack template - An entry point
- Host: GitHub
- URL: https://github.com/levieyal/fern-stack-template
- Owner: LeviEyal
- Created: 2021-12-26T19:24:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T20:13:01.000Z (about 3 years ago)
- Last Synced: 2024-04-20T16:24:20.426Z (9 months ago)
- Topics: expressjs, fern, firebase, full-stack-web-development, nodejs, reactjs, template-project
- Language: JavaScript
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FERN Stack template - An entry point
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/LeviEyal/FERN-Stack-Template)[![in progress](https://img.shields.io/badge/in%20progress-red.svg)]()
## 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
```python
git clone https://github.com/LeviEyal/FERN-Stack-Template.git
```2. Open two terminals - one for the server and one for the client
3. Install dependencies on the server terminal
```python
cd FERN-Stack-Template/backend
npm install
```
4. Install dependencies on the client terminal
```python
cd FERN-Stack-Template/frontend
npm install
```
4. Run the server on the server terminal
```python
npm start
```
5. Run the frontend app on the client terminal
```python
npm start
```
6. Open the browser and go to http://localhost:3000# Dependencies
* [Node.js](https://nodejs.org/en/)
* [Express](https://expressjs.com/)
* [React](https://reactjs.org/)
* [Firebase Admin SDK](https://firebase.google.com/docs/admin/setup#initialize_the_sdk)
* [Firebase Database](https://firebase.google.com/docs/database/web/read-and-write)# Contributing
* Fork the project
* Create a new branch
* Commit your changes
* Push your branch to GitHub
* Open a pull request