Skip to content

Latest commit

 

History

History
98 lines (68 loc) · 2.97 KB

README.md

File metadata and controls

98 lines (68 loc) · 2.97 KB

Latest donations for Macmillan charity

N|Solid An application to display the latest donations for a charity using React and Redux.

Status

Build Status GitHub license dependencies Status devDependencies Status

Tech

Choose your iPhone uses a number of open source projects to work properly:

  • React - A JavaScript library for building user interfaces
  • Redux - Predictable state container for JavaScript apps
  • MUI - A lightweight CSS framework
  • Webpack - Bundle assets scripts
  • Eslint - Pluggable JavaScript linter
  • Babel - The compiler for writing next generation JavaScript

Installation

This project requires Node.js v6+ to run.

Install the dependencies and devDependencies.

$ Clone the repository github
$ cd in latest-donations-for-charity folder
$ npm install

Start the server

Start the local server on with livereload by webpack: port:8080

$ npm run dev

Test

Runs the test.
$ jest or npm test
Runs the test watcher in an interactive mode.
$ jest --watch or npm test --watch
To generate code coverage reports.
$ jest --coverage

For production

Builds JavaScript, images, and, CSS or SCSS files for production to the dist folder. It correctly bundles React in production mode and optimizes the build for the best performance.

$ npm run build

I like Cloud9 and if you are using for your projects. You will get an error message like: Invalid Host header The installations of webpack-dev-server on cloud9 generate this message as he uses HTTPS. Getting webpack-dev-server to run on cloud9 and resolve this issue.

  1. Go to webpack folder
  2. Open 'dev.js'
  3. Then, put your URL workspace project from cloud9 here, without trailing slash.

License

MIT