Skip to content

ReptoxX/react-fullstack-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Fullstack-Template

This project provides a fullstack template with react frontend and express backend.
The goal of the project is to create a modular fullstack where the modules work independent from each other.

Getting Started

The project was created with yarn, npm is not tested and will might be not work, because we use yarn workspaces.

Prerequisites

The project requires yarn to be installed, as well as some global libraries.

Global Libraries:
Concurrently
Nodemon

You can install this libraries with the following command:

sudo yarn global add concurrently nodemon

Installing

To getting started with the template, you will need to move into the root directory and run:

yarn install

Deployment

The project already has configured scripts to run following scripts:

  • Start client and server module in in development and production mode
  • Build client and server as production build

For further details, how the modules and scripts work, see the README of the modules.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 4.6%