Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 538 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 538 Bytes

iFit Challenge

View Project

Stack

  • React.js
  • SCSS
  • Webpack

Desktop View

landing

Mobile View

landing

Installation

Install the dependencies and start the development server.

$ cd iFitChallenge
$ npm install
$ npm run start

For production...

$ npm install
$ npm run build

After running the build command all files & assets should be bundled in the public folder ready for production.