Skip to content

reidha/react_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react_practice

How to use nvm

# Install and uninstall on Mac
$ brew install nvm
$ brew uninstall nvm

# Show a list of installed versions
$ nvm ls

# Show a list of available versions
$ nvm ls-remote

# Install node
$ nvm install 20
$ nvm install --lts

# Use a specific version
$ nvm use 20
$ nvm use --lts

How to use npm

$ npm i {{PACKAGE_NAME}}

How to use create-react-app (deprecated)

$ npx create-react-app {{PROJECT_NAME}} --template typescript
$ cd {{PROJECT_NAME}}
$ npm start

References

English

Other languages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published