This is the repository for javazone.no. It is a react application.
You need a relatively new version of node.js. Anything above 6.0 should work.
git clone git@github.com:javaBin/javazone.no.git
cd javazone.no
npm i
- Webpack for bundling
- React w/ JSX for views
- Babel to transpile to ES5
- LESS (with postcss and autoprefixer) for styles
Run in watch mode:
npm start
Everything is automatic. The develop
branch is automatically deployed to https://test-2018.javazone.no
and master
is automatically deployed to https://2018.javazone.no. Push to develop
(or a separate
branch if you would rather do that) and create a pull request from develop
to master
when you want
to deploy to production.