Skip to content

thediggu/react-ssr-starter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-ssr-starter

React-SSR-Starter is a starter project which supports server side rendering of react with express as the API server.

Table of Contents

Features

  • ReactJS front-end client library
  • ExpressJS API server library
  • Luxon dating library
  • Styled Components
  • SCSS styling

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ npm install

Prerequisites

Make sure you create a .env file in the root directory and fill the necessary environment variables. To begin using the project, enter the following in the content of the .env file -

SERVER_PORT=3000

Usage

The developer server can be initialised by running the following command -

$ npm run dev

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

License

MIT © Digvijay Mahapatra