Plant manager
client | ||
server | ||
.editorconfig | ||
LICENSE | ||
README.md |
Table of Contents
About
Built With
Setup
Development
Prerequisites
Instructions
- Install the build tools:
npm install -g node-gyp windows-build-tools
- Install dependencies:
- Client:
cd client && npm install
- Server:
cd ../server && npm install
- Client:
- Start the Node server:
npm run start
- Start the Angular client:
cd client && npm run start
- Open http://localhost:4200
License
Copyright © 2023 Zakary Timson | All Rights Reserved | Available under MIT Licensing
See the license for more information.