For my first steps as Webdeveloper, I try to build a CMS especially for sportsclubs -> "klubCMS".
-
Install client and server dependencies:
npm install cd client npm install -
Go back to top folder
cd .. -
Add
.envfile and fill in your environment variables. -
To start the server and client at the same time:
npm run dev -
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