🧠 memorable
A tiny extensible lib for memoizing data in javascript applications
Sponsors
|
Intenseloop |
development server
Run nx serve memorable
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
build
Run nx build memorable
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
running unit tests
Run nx test memorable
to execute the unit tests via Jest.
Run nx affected:test
to execute the unit tests affected by a change.
running end-to-end tests
Run nx e2e memorable
to execute the end-to-end tests via Cypress.
Run nx affected:e2e
to execute the end-to-end tests affected by a change.
understand the workspace
Run nx graph
to see a diagram of the dependencies of your projects.