Open Terminal, then type command:
Go to project folder:
cd react-recipe-book
Type following command :
npm install
Wait until installation process finished and then type :
npm start
In your browser go to:
npm run production | To bundle the entire app to folder /dist |
---|
MIT