To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Node Node.js
-
npm
npm install npm@latest -g
- Clone the repo
git clone [email protected]:affinion-group/CxRewards-CMS-UI.git
- Install NPM packages
npm install
- Run project locally
npm start
- Test project
npm test
- Build project
npm run build