Skip to content

AdrienSergent/js-template-project

Repository files navigation

Setup & Use

Project Initialization

  • Clone this repo, enter it
  • Run command npm install
  • NB: To launch the backend server, you'll need an environment file with database credentials. You'll find a template one in backend/.env.sample

Available Commands

  • migrate : Run the database migration script
  • dev : Starts both servers (frontend + backend) in one terminal
  • dev-front : Starts the React frontend server
  • dev-back : Starts the Express backend server

FAQ

Tools

  • Concurrently : Allows for several commands to run concurrently in the same CLI
  • Vite : Alternative to Create-React-App, packaging less tools for a more fluid experience
  • Nodemon : Allows to restart the server everytime a .js file is udated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published