Skip to content

getdreamio/starter-project-react-complete

Repository files navigation

Dream.mf Starter Project - React - Complete

This is the complete starter project from the Dream.mf to get you start with Dream.mf, NX Workspaces, Rspack, and React. This project is intended to be used as a starting point for your own projects.

Getting Started

First we need to install the project dependencies:

pnpm install

Next, lets ensure the stack builds:

pnpm nx run-many -t build

Lastly we can run the entire stack:

npx nx run-many -t serve --watch

You should be able to view the following urls:

Running a single project

With this workspace, you can run the about project using the following commands:

npx nx run about:build
npx nx run about:serve

Running using vs code extension

With this workspace, comes with various extensions to help you get started faster, one of which is the Nx Console. Within it you will find a project view, select the about project and click Build and Serve.

About

Starter project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published