Skip to content

pinich/AngulerNestJSSeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published