Project build
The project uses the PUG template engine for layout.
The finished project is stored in the - "dist" folder.
- Before building and running the project, install dependencies with the command:
npm i - Build for development with a local server running:
npm start - Build without running the server (the finished project is ready for hosting):
npm run build