Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 364 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 364 Bytes

Campaign Builder Frontend

Getting started

  • Clone the repository

git clone git@github.com:Buzzier/campaign-frontend.git
  • Install dependencies

cd campaign-frontend
npm i
  • start the application

npm start

Navigate to http://localhost:3000.

  • To build the app for production to the build folder

npm run build