Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.12.1
15 changes: 15 additions & 0 deletions {{cookiecutter.project_slug}}/frontend/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down