Thanks to visit codestin.com
Credit goes to github.com

Skip to content

For my first steps as Webdeveloper, I try to build an Open Source CMS especially for sports clubs.

License

Notifications You must be signed in to change notification settings

webdevelukas/klubcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klubCMS

For my first steps as Webdeveloper, I try to build a CMS especially for sportsclubs -> "klubCMS".

Usage

  1. Install client and server dependencies:

    npm install
    cd client
    npm install
    
  2. Go back to top folder

    cd ..
    
  3. Add .env file and fill in your environment variables.

  4. To start the server and client at the same time:

    npm run dev
    
  5. Running the production build on localhost. This will create a production build, then Node will serve the app on http://localhost:8080

    npm run dev:server
    

About

For my first steps as Webdeveloper, I try to build an Open Source CMS especially for sports clubs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published