covalence-io / covalence-react-api-starter

Covalence boilerplate for an app that uses React and has an API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covalence React/API Starter (boilerplate)

This project provides a starting point for a full stack application that uses ReactJS on the front-end and NodeJS/Express on the backend.

Getting Started

  1. Clone the project
  2. Remove from git (delete the .git folder)
  3. Reinitialize git

Running and Building Project

One-time build:

npm run build

Run and watch the source:

npm run dev

Run the server without watching:

npm start

About

Covalence boilerplate for an app that uses React and has an API


Languages

Language:CSS 83.1%Language:TypeScript 15.2%Language:HTML 1.0%Language:JavaScript 0.7%Language:SCSS 0.1%