Welcome to React for Beginners 👶🏻
Getting Started
You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine (but it’s not required on the server). You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.
- Clone the repository
- Run
npm install
to install all dependencies - Run
npm start
to start the application
The app will be live in https://loclahost:3000