/godson-website

Mein persönlich Webseite (Source)

Primary LanguageJavaScriptMIT LicenseMIT

website-godson

Javascript Version React Version Firebase Version Material UI Version License

Build Status Code Climate Test Coverage

Visit website here.

Overview

React

The project runs with React and hot replacement of changes to the modules.

CSS Modules

CSS files loaded into components are locally scoped and you can point to class names with javascript. You can also compose classes together, also from other files. These are also hot loaded. Read more about them here.

To turn off CSS Modules remove it from the webpack.config.js file.

Babel and Linting

Both Node server and frontend code runs with Babel. And all of it is linted. With atom you install the linter package, then linter-eslint and linter-jscs. You are covered. Also run npm run eslint or npm run jscs to verify all files. I would recommend installing language-babel package too for syntax highlighting