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 installPrerequisites
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=3000Usage
The developer server can be initialised by running the following command -
$ npm run devContributing
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
License
MIT © Digvijay Mahapatra