Build and Package reactjs application
- To work with any react or angular projects we need
- nodejs and npm to be installed
- Easy way to install any nodejs and npm is NVM
- Refer Here for installing nvm on linux
- To install nvm on windows use winget
- Using nvm you can use any node js version
nvm install <version>
nvm install lts
- Lets create a simple reactjs project
npx create-react-app simple_react_example. ideally developers create this and share the git url - Refer Here for the repo
