npx create-react-app my-app
cd my-app
npm start
Default development server will run at http://localhost:3000
After you design and test the application, build with this:
npm run build
To deploy, upload the contents of the build directory to your web server.