/Kaibr-site

Primary LanguageJavaScript

Kaibr Full Stack Boilerplate

This boilerplate includes build scripts and setup for a ReactJS front-end and an ExpressJS back-end.

Getting Started

Remember to run npm install to install all necessary dependencies.

Running

  • To run the project during development (for automatic transpile and server restart), use npm run dev.
  • npm run start will be used in a production environment. It transpiles once and does not look for changes.