This project was generated with Angular CLI version 9.0.1.
git clone https://github.com/DotNetDo/mobiledevday-website
cd mobiledevday-website
Install the npm
packages described in the package.json
and verify that it works:
npm install
npm start
The npm start
command builds (compiles TypeScript and copies assets) the application into dist/
, watches for changes to the source files, and runs lite-server
on port 3000
.
Shut it down manually with Ctrl-C
.
Run npm run build:prod
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.