Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 266 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 266 Bytes

Command for the UX Project

Command line to install dependancies

$ npm install

If you add -prod you don't have dev dependancies

Command line to build the project

$ npm run build

Command to launch the server

$ npm run start