npm i -s
npm i -D
Add prebuild script if required.
npm run build
Add pretest script if required.
npm run test
Running in production
npm start
Running in development environment
npm start:dev
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Lattice project will be maintained according to the Semantic Versioning guidelines as much as possible.
Beta releases will be numbered with the following format:
0.major.minor-patch
Releases will be numbered with the following format:
major.minor.patch
Constructed with the following guidelines:
A new major release indicates a large change where backwards compatibility is broken.
A new minor release indicates a normal change that maintains backwards compatibility.
A new patch release indicates a bugfix or small change which does not affect compatibility.