seas-computing / react-boilerplate

Starting point for react-based projects at SEAS computing
0 stars 1 forks source link

SEAS React Boilerplate

Travis Codecov Documentation GitHub top language

This is a starting point for javascript applications developed by the SEAS Applications Development Team. It provides a basic React starter in src/client, with a backend built on nestjs in src/server.

Quick Start

This setup uses docker and docker-compose for local development, as defined in docker-compose.yml. Installation instructions for various platforms can be found here.

Node is also required.

You'll also need to copy .env-example to .env and fill in the appropriate values. For local development the default values in .env-example should do.

Then to start the project, run:

npm install
docker-compose up