Skip to content

Just a simple template containing a dev script featuring concurrently to run your fullstack app in development.

License

Notifications You must be signed in to change notification settings

davidmc971/template-npm-start-scripts-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

template-npm-start-scripts-fullstack

Just a simple template containing a dev script featuring concurrently to run your fullstack app in development.

This only contains the dev script and placeholders for potentially useful scripts:

  • dev: This runs the dev scripts in ./frontend and ./backend with fancy formatting and in parallel.
  • test: Placeholder for a script to run tests across your packages.
  • build: Placeholder for a script build your packages.
  • start: Placeholder for a script start your built packages.

Once you created your repository from this template make sure to create the frontend and the backend folders in the root of your repository. There you can initialize your packages either from scratch or with a utility like create-vite. Afterwards make sure they each contain a dev script and you're ready to go! 🚀

About

Just a simple template containing a dev script featuring concurrently to run your fullstack app in development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published