- React.js
- SCSS
- Webpack
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.