/klubcms

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

Primary LanguageJavaScriptMIT LicenseMIT

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