- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- Clone this repo using
git clone https://github.com/mknmohit/mercedes-benz-event.git
- Move to the appropriate directory:
cd mercedes-benz-event
. - Run
npm install
in order to install dependencies. - Run
npm start
to see the app athttp://localhost:3000
.
- Run
npm run prebuild
to clean the older builds - Run
npm run build
to make the production build in thebuild/
directory