webdevelukas / klubcms

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

Home Page:https://klubcms-app.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://klubcms-app.herokuapp.com

License:MIT License


Languages

Language:JavaScript 97.2%Language:HTML 2.8%