Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.14 KB

File metadata and controls

40 lines (19 loc) · 1.14 KB

contextlabs

This project was generated using Nx.

🔎 Smart, Fast and Extensible Build System

Installing Dependencies

Run yarn to install node packages.

Development server

Run npm run dev for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files. It runs all the commands below for lint, backend server, cypress e2e tests, and storybook (navigate to acess http://localhost:4400/).

Individual commands can be run executed by below commands

Linting

Run npm run lint for linting all files.

Backend server

Run npm run server for json server. Navigate to http://localhost:5000/.

Running end-to-end tests

Run npm run cypress to execute the end-to-end tests via Cypress.

Running StoryBook

Run npm run storybook to run storybook which will be opened http://localhost:4400/ .

Understand your workspace

Run nx graph to see a diagram of the dependencies of your projects.