Back to All Events

Stockton - Basic Entrepreneurship Program


Join our 9-Session Basic Entrepreneurship Program! This online course is for entrepreneurs who have a business idea or are in start-up mode seeking to create or enhance their business plan. All you need is a smartphone or computer, the desire to learn, and dedication to making your business the best it can be!

Register by July 28th!

 
SBA Logo for Events.png
SBDC Logo for Events.png


// Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });