8000 GitHub - emlove/digital-www-pwa
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

emlove/digital-www-pwa

 
 

Repository files navigation

Digital WWW PWA

Lakes of Fire: Great Lakes Regional Burn

Lakes of Fire Digital What Where When Guide

Learn more about this workspace setup and its capabilities or run yarn run nx graph to visually explore what was created. Now, let's get you up to speed!

Development Environment Quick Start

  1. Install NVM on your development machine
  2. In your project directory, run nvm install. This will install the node version specified in .nvmrc to ensure we're all on the same version.
  3. Install the yarn package manager: npm install --global yarn
  4. Get the latest project dependencies by running yarn install

VSCode Quick Start

  1. Install VSCode
  2. Install Docker Desktop
  3. Install the Dev Containers plugin for VSCode ms-vscode-remote.remote-containers
  4. In VSCode open Dev Containers: Reopen in Container

VSCode will load a dev container with the correct version of Node.js, the standard plugins, and run yarn install on startup.

Run the development server

To run the dev server for your app, run:

yarn run nx dev digital-www-pwa

If everything runs correctly, you should be able to view the development app at http://localhost:4200.

Add new projects

While you could add new projects to your workspace manually, you might want to leverage Nx plugins and their code generation feature.

Use the plugin's generator to create new projects.

To generate a new application, use:

yarn run nx g @nx/next:app demo

To generate a new library, use:

yarn run nx g @nx/react:lib mylib

You can use yarn run nx list to get a list of installed plugins. Then, run yarn run nx list <plugin-name> to learn about more specific capabilities of a particular plugin. Alternatively, install Nx Console to browse plugins and generators in your IDE.

Learn more about Nx plugins » | Browse the plugin registry »

Learn more about Nx on CI

Install Nx Console

Nx Console is an editor extension that enriches your developer experience. It lets you run tasks, generate code, and improves code autocompletion in your IDE. It is available for VSCode and IntelliJ.

Install Nx Console »

Useful links

Learn more:

And join the Nx community:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.7%
  • Shell 39.8%
  • JavaScript 2.9%
  • Dockerfile 0.6%
0