The purpose of the project is to provide a basic working environment to create reactjs component with. This is a starting point for project using those technologies. To make development easier, we are using
- JSX
- ES6
- Embeded less style This configuration enables live reload on both js and less files.
You need to have installed:
- npm
- webpack
- webpack-dev-server
- node
To import all required modules, after cloning the github project, run in the root directory :
$ yarn install --pure-lockfile
To build the project :
$ yarn install
This command generates a bundle file in the public directory: index.js
$ yarn start:example
$ yarn test:project