mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
📌 Add NodeJS version management and instructions (#551)
This commit is contained in:
parent
ef615cf8e9
commit
64e4d37ee2
1
{{cookiecutter.project_slug}}/frontend/.nvmrc
Normal file
1
{{cookiecutter.project_slug}}/frontend/.nvmrc
Normal file
@ -0,0 +1 @@
|
||||
18.12.1
|
||||
@ -1,5 +1,20 @@
|
||||
# frontend
|
||||
|
||||
## Node Requirements
|
||||
You can use either [fnm](https://github.com/Schniz/fnm) or [nvm](https://github.com/nvm-sh/nvm) to manage your Node.js versions.
|
||||
|
||||
### Using nvm
|
||||
If you prefer nvm, run the following command to install the recommended Node.js version:
|
||||
```
|
||||
nvm install
|
||||
```
|
||||
|
||||
### Using fnm
|
||||
If you prefer fnm, run the following command to install the recommended Node.js version:
|
||||
```
|
||||
fnm install
|
||||
```
|
||||
|
||||
## Project setup
|
||||
```
|
||||
npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user