title | description | tags | |
---|---|---|---|
Getting Started |
How to setup the local environment for this repository |
|
The only requirement is Node.js v18.4.0 or higher.
There are different ways to install it:
- Download it from the website
- Use nvm, Node Version Manager
- Use asdf, another version manager, in this case it's not just for Node.
It's recommended to use a version manager, so the Node version can be easily changed.
Clone the repository:
git clone https://github.com/dhristoskov/module-federation-demo
Install dependencies for every project:
npm install
Run the project on your local:
npm run start
The web app will connect to the backend, make sure it's running on port 3000