Pizza-for-president Landing page made with React
Pizza-for-president Landing page made with React
A Pizza Site built with React.
Demo
Getting Started
Clone this repo, and make sure to run the commands mentioned below from your terminal within the root project directory.
Prerequisites
Make use Node.js is installed, and npm is up to date:
npm@latest -g
Run the provided setup script:
npm run setup
Run and debug the application with the dev script:
npm run dev
Build and run the compiled version with the build and start scripts:
npm run build
npm run start