-
Notifications
You must be signed in to change notification settings - Fork 0
pinich/AngulerNestJSSeed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## Installation instructions ## Using installation script Execute `./scripts/installation.sh` file. ## Manual installation #### Step 1 ```bash cd client && npm i cd ../server && npm i ``` #### Step 2 Create .env file in parent of the project directory. Fill and adjust .env file contents according to .env.sample file #### Step 3 Build client and server by cd into server directory and then running : `npm run build:all` #### Step 4 To start the server with static client run `npm run start` from server directory
About
Seed project with Angular and NestJS
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published