/covalence-react-api-starter

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

Primary LanguageCSS

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