-
-
Notifications
You must be signed in to change notification settings - Fork 35
How to Build
Nicolas Constant edited this page Aug 6, 2023
·
4 revisions
You will need Node.js v10 installed (due to Angular 7 incompatibilities, don't use v11 or higher)
If you need multiple node.js versions on your computer, you can use the nvm
software.
If you never installed Angular CLI, run:
npm install @angular/cli@7.3.0 --global
In the root folder, run:
npm install
Here are the most common commands:
npm start
npm run build
After the build process, you'll find a set of files (html, css, js, ...) in the /dist
repository. You can copy all the content of it to any web server to serve Sengi.
npm test